We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f14c43 + 7817663 commit f0b9184Copy full SHA for f0b9184
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:14.18-alpine AS build
+FROM node:18.12-alpine AS build
2
3
WORKDIR /app
4
COPY package.json package-lock.json ./
package.json
@@ -80,8 +80,8 @@
80
"workbox-webpack-plugin": "5.1.4"
81
},
82
"scripts": {
83
- "start": "node scripts/start.js",
84
- "build": "node scripts/build.js",
+ "start": "NODE_OPTIONS=--openssl-legacy-provider node scripts/start.js",
+ "build": "NODE_OPTIONS=--openssl-legacy-provider node scripts/build.js",
85
"test": "jest"
86
87
"eslintConfig": {
0 commit comments