From d1c1dda688252164debf7725e33c194ee0947333 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Thu, 17 Apr 2025 17:08:35 -0400 Subject: [PATCH] these guys are flipped --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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