We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16aace9 commit 0543d0aCopy full SHA for 0543d0a
1 file changed
Dockerfile.dev
@@ -2,7 +2,6 @@ FROM python:3.12-slim
2
3
# This will be set by the GitHub action to the folder containing this component.
4
ARG FOLDER=/app
5
-ENV FOLDER=${FOLDER}
6
7
COPY --chown=1000:1000 . /app
8
WORKDIR ${FOLDER}
@@ -16,4 +15,4 @@ EXPOSE 8000
16
15
ENV PORT=8000
17
ENV HOST="0.0.0.0"
18
19
-CMD $FOLDER/.venv/bin/python src/main.py
+CMD .venv/bin/python src/main.py
0 commit comments