There was an error while loading. Please reload this page.
1 parent ee64ace commit da9cfc8Copy full SHA for da9cfc8
1 file changed
docker/development/herbatika/Dockerfile
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y curl --no-install-recommends && \
12
WORKDIR /var/www
13
14
FROM base AS build
15
+ENV CI=true
16
17
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc ./
18
COPY patches ./patches
0 commit comments