Skip to content

Commit

Permalink
Merge branch 'server-host-option' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Jun 2, 2022
2 parents 97390ff + 9c3ea1b commit 9f5bf5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion environments/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ RUN planutils install -f -y optic
# Temporal planning
RUN planutils install -f -y tfd

CMD planutils server --port 5555
EXPOSE 5555

CMD planutils server --port 5555 --host 0.0.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setuptools.setup(name='planutils',
version='0.5.6',
version='0.5.7',
description='General library for setting up linux-based environments for developing, running, and evaluating planners.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9f5bf5b

Please sign in to comment.