Fixed Dockerfile and run for frontend builds

This commit is contained in:
frikky
2022-01-10 16:35:29 +01:00
parent 33b46e3713
commit b140b136b1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
COPY package.json /usr/src/app/package.json
RUN yarn config set "strict-ssl" false -g
RUN yarn install
# copy only required files to not trigger rebuilding every time