Skip to content

Commit

Permalink
docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Apr 19, 2024
1 parent 8300c34 commit 69ffb5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncer-distroless.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ENV CONFIG_FILE_PATH /opt/app/config/config.json
ENV WORKDIR=/app
WORKDIR ${WORKDIR}
COPY --from=builder /opt/app/build/syncer ${WORKDIR}
COPY --from=builder /opt/app/scripts/set_up.sh ${WORKDIR}

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

0 comments on commit 69ffb5a

Please sign in to comment.