Update Dockerfile
Browse files- 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
|