Compare commits
1 Commits
main
...
features/m
Author | SHA1 | Date | |
---|---|---|---|
77a5c02cbd |
@ -7,7 +7,7 @@ RUN go install github.com/pressly/goose/v3/cmd/goose@latest
|
|||||||
|
|
||||||
FROM alpine:latest as app
|
FROM alpine:latest as app
|
||||||
|
|
||||||
RUN apk --no-cache add bash libc6-compat
|
RUN apk --no-cache add bash libc6-compat chromium
|
||||||
RUN mkdir /app && mkdir /app/migrations
|
RUN mkdir /app && mkdir /app/migrations
|
||||||
COPY --from=build /app/collector /app
|
COPY --from=build /app/collector /app
|
||||||
COPY --from=build /go/bin/goose /app
|
COPY --from=build /go/bin/goose /app
|
||||||
|
Loading…
Reference in New Issue
Block a user