Mythus commited on
Commit
7f83a2f
·
1 Parent(s): d63cabd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ COPY api/package.json api/package.json
10
  COPY web/package.json web/package.json
11
  COPY docker/.env .
12
  RUN yarn cache clean
 
 
13
  RUN yarn install --network-timeout 1000000
14
  COPY . .
15
  RUN yarn workspaces run build
 
10
  COPY web/package.json web/package.json
11
  COPY docker/.env .
12
  RUN yarn cache clean
13
+ RUN yarn info
14
+ RUN echo 'export NODE_OPTIONS="--openssl-legacy-provider --no-experimental-fetch"' >>~/.bash_profile
15
  RUN yarn install --network-timeout 1000000
16
  COPY . .
17
  RUN yarn workspaces run build