diff --git a/backend/Dockerfile b/backend/Dockerfile index a8c6e11..2e27ddb 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -15,6 +15,6 @@ RUN go build -o app FROM scratch COPY --from=build /app/app . -ADD ./migrations /app/migrations +ADD ./migrations /migrations ENTRYPOINT ["/app"] \ No newline at end of file