Skip to content

Commit bce58fe

Browse files
committed
Merge branch 'main' into backend_frontend_update_s3_widget_params
2 parents 679a628 + e405bb5 commit bce58fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG VERSION
33
ARG SAAS
44
SHELL ["/bin/bash", "-c"]
55
WORKDIR /app/frontend
6-
COPY frontend/package.json frontend/yarn.lock frontend/angular.json frontend/tsconfig.app.json frontend/tsconfig.json /app/frontend/
6+
COPY frontend/package.json frontend/yarn.lock frontend/.yarnrc.yml frontend/angular.json frontend/browserslist frontend/tsconfig.app.json frontend/tsconfig.json /app/frontend/
77
COPY frontend/.yarn /app/frontend/.yarn
88
RUN apt-get update && apt-get install -y \
99
git \

0 commit comments

Comments
 (0)