Skip to content

Commit

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

0 comments on commit 2f8ee2b

Please sign in to comment.