Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5435525

Browse files
authored
Merge pull request #110 from topcoder-platform/read-only-root-file-system-fix
Update Dockerfile
2 parents 8658636 + 3208add commit 5435525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ COPY . /leaderboard-ui
88
WORKDIR /leaderboard-ui
99

1010
# Install the dependencies from package.json
11+
ENV NODE_OPTIONS=--openssl-legacy-provider
1112
RUN npm install
1213
RUN npm run lint
1314
RUN npm run build
1415
#RUN npm run test
1516

16-
CMD npm start
17+
CMD npm start

0 commit comments

Comments
 (0)