We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ba893 commit 4ba6d47Copy full SHA for 4ba6d47
Dockerfile
@@ -15,7 +15,7 @@ WORKDIR /root/
15
RUN apk add --no-cache skopeo && mkdir -p temp && chmod 700 temp
16
17
COPY --from=builder /app/hubproxy .
18
-COPY --from=builder /app/src/config.toml .
19
-COPY --from=builder /app/src/public ./public
+COPY --from=builder /app/config.toml .
+COPY --from=builder /app/public ./public
20
21
CMD ["./hubproxy"]
0 commit comments