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

Commit 3208add

Browse files
authored
Update Dockerfile
1 parent 3bac4c5 commit 3208add

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)