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

Commit 3ac9178

Browse files
authored
Merge pull request #490 from topcoder-platform/RFS-fix
Update Dockerfile
2 parents 2c6675f + 2792698 commit 3ac9178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN npm ci --silent --legacy-peer-deps
88
COPY . .
99
RUN npm run build
1010

11-
CMD npm start
11+
CMD node src/app.js

0 commit comments

Comments
 (0)