Skip to content

Commit

Permalink
👌 IMPROVE: Dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
caiovfernandes committed Jun 8, 2022
1 parent 063c6f0 commit d5082d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ COPY blue_green_assets .
ENV PYTHONUNBUFFERED=1
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python && python3 -m ensurepip && pip3 install --no-cache-dir --upgrade -r ./requirements.txt

ENTRYPOINT [ "python" ]
CMD [ "/work/main.py"]
ENTRYPOINT [ "python", "/work/main.py" ]

0 comments on commit d5082d3

Please sign in to comment.