Fix build issue in Dockerfile
This commit is contained in:
parent
59b6a4a368
commit
47b11a14cb
|
@ -16,7 +16,8 @@ RUN go get github.com/pilu/fresh
|
||||||
#second stage
|
#second stage
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apk add --no-cache tzdata
|
RUN apk add --no-cache tzdata && \
|
||||||
|
mkdir -p /app/web/build
|
||||||
|
|
||||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
COPY --from=builder /app/service .
|
COPY --from=builder /app/service .
|
||||||
|
|
Loading…
Reference in New Issue