You've already forked reloading-manager
these guys are flipped
This commit is contained in:
@@ -15,6 +15,6 @@ RUN go build -o app
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
COPY --from=build /app/app .
|
COPY --from=build /app/app .
|
||||||
ADD ./migrations /app/migrations
|
ADD ./migrations /migrations
|
||||||
|
|
||||||
ENTRYPOINT ["/app"]
|
ENTRYPOINT ["/app"]
|
||||||
Reference in New Issue
Block a user