Merge pull request #218 from alimy/pr-optimize-docker

just optimize Dockerfile
pull/219/head
北野 - Michael Li 2 years ago committed by GitHub
commit b14aaed256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,7 @@ RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates
WORKDIR /app/paopao-ce
COPY --from=backend /paopao-ce/release/paopao-ce .
COPY --from=backend /paopao-ce/config.yaml.sample config.yaml
VOLUME ["/app/paopao-ce/custom"]
EXPOSE 8008

Loading…
Cancel
Save