Skip to content

Commit 0229e53

Browse files
committed
Add folder as ENV
1 parent aade9aa commit 0229e53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.12-slim
22

33
# This will be set by the GitHub action to the folder containing this component.
44
ARG FOLDER=/app
5+
ENV FOLDER=${FOLDER}
56

67
COPY --chown=1000:1000 . /app
78
WORKDIR ${FOLDER}

0 commit comments

Comments
 (0)