Skip to content

Commit

Permalink
Fix dockerfile (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
altafan authored May 23, 2024
1 parent 4dfd0e4 commit 39169e4
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 @@ -23,7 +23,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates

COPY --from=builder /app/bin/* /app
COPY --from=builder /app/internal/infrastructure/storage/db/postgres/migration/* /
COPY --from=builder /app/internal/infrastructure/storage/db/postgres/migration/* /app

ENV OCEAN_DB_MIGRATION_PATH=file://
ENV OCEAN_DATADIR=/app/data/oceand
Expand Down

0 comments on commit 39169e4

Please sign in to comment.