Skip to content

Commit

Permalink
dockerfile .cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2023
1 parent dad58e0 commit b849dac
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 STATIC=/usr/local/static
RUN apk update; apk add gawk;
# COPY --from=compile ${STATIC}/cache ${STATIC}/cache
# COPY --from=compile ${STATIC}/.cache ${STATIC}/.cache
COPY ./src /src
RUN chmod +x /src/**/*.sh; \
ls -lh /src/**/*.sh
Expand Down

0 comments on commit b849dac

Please sign in to comment.