We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aade9aa commit 0229e53Copy full SHA for 0229e53
1 file changed
Dockerfile.dev
@@ -2,6 +2,7 @@ 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}
0 commit comments