Skip to content

Commit

Permalink
fix: docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryTong65 committed Jul 16, 2024
1 parent f945757 commit 8bb6012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker
on:
pull_request:
branches:
- develop
- main

env:
IMAGE_NAME: ghcr.io/${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion syncer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY --from=builder /opt/app/build/syncer ${WORKDIR}/
RUN chown -R ${USER_UID}:${USER_GID} ${WORKDIR}
USER ${USER_UID}:${USER_GID}

VOLUME [ $BLOB_SYNCER_HOME ]
VOLUME [ $ARCHIVER_SYNCER_HOME ]

# Run the app
CMD /app/syncer --config-path "$CONFIG_FILE_PATH"

0 comments on commit 8bb6012

Please sign in to comment.