Skip to content

Commit 7d16655

Browse files
authored
Add missing ARG FOLDER
1 parent d281958 commit 7d16655

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN \
4343
# Production image, copy all the built files
4444
# NOTE: Build will be run again in an init-container to include ENV
4545
FROM base AS runner
46+
ARG FOLDER
4647

4748
COPY --from=builder --chown=1000:1000 /app /app
4849
WORKDIR ${FOLDER}

0 commit comments

Comments
 (0)