Skip to content

Commit

Permalink
build: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 committed Dec 8, 2023
1 parent 1952638 commit a6ee3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mkdir -p /tmp/app/logs
RUN cp ${BINARY} /tmp/app
RUN cp -r /app/build/support-files/sql /tmp/app/sql

FROM to2false/sql-migrate:latest AS migrator
FROM to2false/sql-migration:latest AS migrator

FROM debian:bullseye-slim
COPY --from=builder /tmp/app /app
Expand Down

0 comments on commit a6ee3e1

Please sign in to comment.