Skip to content

Commit 4ba6d47

Browse files
authored
Update Dockerfile
1 parent c1ba893 commit 4ba6d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /root/
1515
RUN apk add --no-cache skopeo && mkdir -p temp && chmod 700 temp
1616

1717
COPY --from=builder /app/hubproxy .
18-
COPY --from=builder /app/src/config.toml .
19-
COPY --from=builder /app/src/public ./public
18+
COPY --from=builder /app/config.toml .
19+
COPY --from=builder /app/public ./public
2020

2121
CMD ["./hubproxy"]

0 commit comments

Comments
 (0)