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.
1 parent dc3fc95 commit 7ee26d9Copy full SHA for 7ee26d9
web/Dockerfile
@@ -4,7 +4,9 @@ LABEL org.opencontainers.image.description="filterlists.com | github.com/collinb
4
COPY server/conf.d /etc/nginx/conf.d
5
6
# init build
7
-FROM node:alpine as build
+# https://github.com/facebook/create-react-app/issues/11565
8
+# FROM node:alpine as build
9
+FROM node:lts-alpine3.14 as build
10
11
# https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md#node-gyp-alpine
12
RUN apk add --no-cache python3 make g++
0 commit comments