Mediocreatmybest commited on
Commit
8c156f4
·
1 Parent(s): dcc51f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ RUN npm install react react-dom
35
 
36
  # Run yarn to install deps
37
  #RUN yarn --ignore-optional --network-timeout 600000
38
- #RUN yarn
39
  RUN npm install && npm run build:app && npm run build:version
40
  #--network-timeout 600000 && \
41
  # yarn install && \
 
35
 
36
  # Run yarn to install deps
37
  #RUN yarn --ignore-optional --network-timeout 600000
38
+ RUN yarn
39
  RUN npm install && npm run build:app && npm run build:version
40
  #--network-timeout 600000 && \
41
  # yarn install && \