We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 679a628 + e405bb5 commit bce58feCopy full SHA for bce58fe
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ ARG VERSION
3
ARG SAAS
4
SHELL ["/bin/bash", "-c"]
5
WORKDIR /app/frontend
6
-COPY frontend/package.json frontend/yarn.lock frontend/angular.json frontend/tsconfig.app.json frontend/tsconfig.json /app/frontend/
+COPY frontend/package.json frontend/yarn.lock frontend/.yarnrc.yml frontend/angular.json frontend/browserslist frontend/tsconfig.app.json frontend/tsconfig.json /app/frontend/
7
COPY frontend/.yarn /app/frontend/.yarn
8
RUN apt-get update && apt-get install -y \
9
git \
0 commit comments