Skip to content

Commit 7ee26d9

Browse files
committed
fix(web): 🐛 use node 16 until CRA fixed ref facebook/create-react-app#11565
1 parent dc3fc95 commit 7ee26d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ LABEL org.opencontainers.image.description="filterlists.com | github.com/collinb
44
COPY server/conf.d /etc/nginx/conf.d
55

66
# init build
7-
FROM node:alpine as build
7+
# https://github.com/facebook/create-react-app/issues/11565
8+
# FROM node:alpine as build
9+
FROM node:lts-alpine3.14 as build
810

911
# https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md#node-gyp-alpine
1012
RUN apk add --no-cache python3 make g++

0 commit comments

Comments
 (0)