Skip to content

Commit

Permalink
Merge pull request #549 from EOxServer/docker-issue
Browse files Browse the repository at this point in the history
fixed env expanding
  • Loading branch information
jankovicgd committed Dec 14, 2022
2 parents 278b6c4 + 8694173 commit 88170c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/eoxserver-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ fi
cd "${INSTANCE_DIR}"

# run the initial command
exec $@
exec "$@"
2 changes: 1 addition & 1 deletion docker/ubuntu/py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ EXPOSE 8000

ENTRYPOINT ["/opt/eoxserver/eoxserver-entrypoint.sh"]

CMD ["gunicorn", "$GUNICORN_CMD_ARGS"]
CMD "gunicorn" $GUNICORN_CMD_ARGS

0 comments on commit 88170c0

Please sign in to comment.