Skip to content

Commit

Permalink
Fix multi-stage build
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 15, 2023
1 parent 1feb423 commit fe65835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/job_execution/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENV LC_ALL en_US.UTF-8
# Stage 2.1 - Copy to final image
#======================================================
# Remove build artifacts + files not needed in container
FROM stage1 AS server_build
FROM $STAGE1_BASE

COPY --from=stage1 /venv /venv

Expand Down

0 comments on commit fe65835

Please sign in to comment.