Skip to content

Commit 84d7587

Browse files
Create-react-app fix facebook/create-react-app#8688 (currently resolved)
1 parent ee76c66 commit 84d7587

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM node:alpine
22

3+
# Add the following line
4+
ENV CI=true
5+
36
WORKDIR /app
47
COPY package.json ./
58
RUN npm install

0 commit comments

Comments
 (0)