Skip to content

Commit

Permalink
/rootfs
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2023
1 parent 2f8ee2b commit 0b16744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM infrastlabs/x11-base:builder AS base
ARG TARGETPLATFORM
ENV CACHE=/usr/local/static/.cache
RUN apk update; apk add gawk;
COPY --from=compile ${CACHE} ${CACHE}
COPY --from=compile /rootfs${CACHE} ${CACHE}
COPY ./src /src
RUN chmod +x /src/**/*.sh; \
ls -lh /src/**/*.sh
Expand Down

0 comments on commit 0b16744

Please sign in to comment.