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

Cache-fix #77

Merged
merged 1 commit into from
Jul 11, 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
Cache-fix
  • Loading branch information
Gunasekar-K authored Jul 11, 2023
commit 662f01f5baae9fbb5950f8febdf0cd494270ea5f
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ WORKDIR /leaderboard-api
# Install the dependencies from package.json
RUN npm install

CMD npm start
CMD node src/app.js