From 82662f1504d2c5dce530330dafc72a751991bcf8 Mon Sep 17 00:00:00 2001 From: altafan <18440657+altafan@users.noreply.github.com> Date: Thu, 23 May 2024 14:11:28 +0200 Subject: [PATCH] Fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 521aa0b..3cccc2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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