Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update docker command to fix port issue (#879)
Browse files Browse the repository at this point in the history
* Changed default to port environment variable.
  • Loading branch information
faucomte97 committed Nov 1, 2018
1 parent 6aedc9c commit 5af394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aimmo-game-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN pipenv install --system --deploy

COPY . .

CMD python service.py 0.0.0.0 5000 $DATA_URL
CMD python service.py 0.0.0.0 $PORT $DATA_URL

0 comments on commit 5af394b

Please sign in to comment.