Skip to content

Commit

Permalink
feat: Expose migration binary in the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly committed Feb 4, 2025
1 parent 727c4d9 commit 83b9193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ RUN apt update && apt install ca-certificates curl -y
RUN mkdir -p /opt/famedly-sync
WORKDIR /opt/famedly-sync
COPY --from=builder /app/target/release/famedly-sync /usr/local/bin/famedly-sync
COPY --from=builder /app/target/release/migrate /usr/local/bin/migrate
ENV FAMEDLY_SYNC_CONFIG="/opt/famedly-sync/config.yaml"
ENTRYPOINT ["/usr/local/bin/famedly-sync"]

0 comments on commit 83b9193

Please sign in to comment.