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

Update Dockerfile #110

Merged
merged 1 commit into from
May 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Dockerfile
  • Loading branch information
Gunasekar-K authored May 19, 2023
commit 3208add0f9eef483d0727e318f8e79ea76e3ac5b
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ COPY . /leaderboard-ui
WORKDIR /leaderboard-ui

# Install the dependencies from package.json
ENV NODE_OPTIONS=--openssl-legacy-provider
RUN npm install
RUN npm run lint
RUN npm run build
#RUN npm run test

CMD npm start
CMD npm start