Update Dockerfile
This commit is contained in:
@@ -15,7 +15,7 @@ WORKDIR /root/
|
|||||||
RUN apk add --no-cache skopeo && mkdir -p temp && chmod 700 temp
|
RUN apk add --no-cache skopeo && mkdir -p temp && chmod 700 temp
|
||||||
|
|
||||||
COPY --from=builder /app/hubproxy .
|
COPY --from=builder /app/hubproxy .
|
||||||
COPY --from=builder /app/src/config.toml .
|
COPY --from=builder /app/config.toml .
|
||||||
COPY --from=builder /app/src/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
|
|
||||||
CMD ["./hubproxy"]
|
CMD ["./hubproxy"]
|
||||||
|
|||||||
Reference in New Issue
Block a user