Skip to content

Commit 8126c50

Browse files
Update Dockerfile
1 parent 3f4e26d commit 8126c50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ RUN python3.10 -m venv /opt/venv
6060
# Install pip requirements
6161
RUN . /opt/venv/bin/activate && poetry install
6262

63-
# TODO: dive + docker-slim
6463
FROM ubuntu:20.04 AS runner-image
6564

6665
ARG USERNAME=appuser
@@ -99,5 +98,5 @@ USER appuser
9998

10099
WORKDIR $HOME/app
101100

102-
# ENTRYPOINT ["python", "app.py"]
103-
CMD ["/bin/bash"]
101+
ENTRYPOINT ["python", "hello.py"]
102+
# CMD ["/bin/bash"]

0 commit comments

Comments
 (0)