From b849dacc13e5d64d0433649b391e9caab60d9c32 Mon Sep 17 00:00:00 2001 From: sam#gemmi-win10 Date: Sat, 4 Nov 2023 00:09:03 +0800 Subject: [PATCH] dockerfile .cache --- compile/build-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile/build-alpine/Dockerfile b/compile/build-alpine/Dockerfile index 63fff765..2048152e 100644 --- a/compile/build-alpine/Dockerfile +++ b/compile/build-alpine/Dockerfile @@ -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