these guys are flipped

This commit is contained in:
2025-04-17 17:08:35 -04:00
parent 7967a54f29
commit d1c1dda688

View File

@@ -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"]