use another image
This commit is contained in:
@@ -8,6 +8,8 @@ RUN go build -o /bin/api ./main.go
|
|||||||
|
|
||||||
FROM debian:stable
|
FROM debian:stable
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y ca-certificates
|
||||||
|
RUN update-ca-certificates
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /bin/api ./api
|
COPY --from=builder /bin/api ./api
|
||||||
COPY migrations ./migrations
|
COPY migrations ./migrations
|
||||||
|
|||||||
Reference in New Issue
Block a user