Skip to content

Commit

Permalink
fixup! Build federation image from regular image
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisferrand committed Dec 16, 2024
1 parent 161b099 commit 6f7f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/federation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ USER ${USER}
WORKDIR ${HOME_DIR}/s3

# Keep same output as chown command without group (use group 0)
COPY --chown=${USER}:0 --from=builder /usr/src/app ${HOME_DIR}/backbeat
COPY --chown=${USER}:0 --from=builder /usr/src/app ${HOME_DIR}/cloudserver

ENV S3_CONFIG_FILE=${CONF_DIR}/config.json
ENV S3_LOCATION_FILE=${CONF_DIR}/locationConfig.json
Expand Down

0 comments on commit 6f7f399

Please sign in to comment.