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.
package.json
1 parent 7961bb3 commit ed19123Copy full SHA for ed19123
Dockerfile
@@ -6,6 +6,7 @@ COPY package*.json ./
6
COPY tsconfig.json ./
7
COPY webpack.config.ts ./
8
RUN npm ci
9
+RUN apk add --no-cache jq && npx semver -r $(jq -r '.engines.node' package.json) $(node -v) || (echo "ERROR: Container node version is not allowed by projects package.json engine range." && exit 1)
10
COPY ./src ./src
11
RUN npm run build
12
0 commit comments