This commit is contained in:
Kassim 2023-03-26 14:07:57 +01:00
parent 1fcb237df1
commit 1fa0e41a31

View File

@ -24,7 +24,7 @@ ARG BUILDTIME
ARG VERSION ARG VERSION
ARG REVISION ARG REVISION
COPY --link --from=deps /app/node_modules ./node_modules/ COPY --from=deps /app/node_modules ./node_modules/
COPY . . COPY . .
SHELL ["/bin/ash", "-xeo", "pipefail", "-c"] SHELL ["/bin/ash", "-xeo", "pipefail", "-c"]