Skip to content

Commit 9bc0414

Browse files
committed
feat: update dockerfile
1 parent dd7ac7c commit 9bc0414

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ FROM python:${PYTHON_VERSION}-slim as base
2727

2828
ARG POETRY_VERSION
2929

30-
ARG APP_PORT="8000"
3130
ARG APP_VERSION="0.1"
3231

3332
# set environment variables
@@ -106,5 +105,3 @@ EXPOSE 8000
106105

107106
ENTRYPOINT ["bash", "docker-entrypoint.sh"]
108107
CMD ["start"]
109-
# CMD ["sh", "docker-entrypoint.sh"]
110-
# #ENTRYPOINT ["docker-entrypoint.sh"]

0 commit comments

Comments
 (0)