Skip to content

Commit

Permalink
fix: build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Dec 21, 2024
1 parent 238b170 commit 7e11130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN apk add --no-cache \
s6-overlay && \
rm -rf /tmp/* /root/.cache /var/cache/apk/*

COPY --from=Build-web --chmod=+x /src/darkhttpd-static /usr/bin/darkhttpd
COPY --from=Build-app --chmod=+x /build/linuxdir2html/dist/LinuxDir2HTML /usr/bin/linuxdir2html
COPY --from=Build-web --chmod=755 /src/darkhttpd-static /usr/bin/darkhttpd
COPY --from=Build-app --chmod=755 /build/linuxdir2html/dist/LinuxDir2HTML /usr/bin/linuxdir2html
COPY --chmod=755 ./rootfs /

FROM scratch
Expand Down

0 comments on commit 7e11130

Please sign in to comment.