diff --git a/Dockerfile b/Dockerfile index 19081f2..a2ae72b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,8 @@ RUN go get github.com/pilu/fresh #second stage FROM alpine:latest 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 /app/service .