We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d281958 commit 7d16655Copy full SHA for 7d16655
1 file changed
Dockerfile
@@ -43,6 +43,7 @@ RUN \
43
# Production image, copy all the built files
44
# NOTE: Build will be run again in an init-container to include ENV
45
FROM base AS runner
46
+ARG FOLDER
47
48
COPY --from=builder --chown=1000:1000 /app /app
49
WORKDIR ${FOLDER}
0 commit comments