Skip to content

Commit 3ac9178

Browse files
authored
Merge pull request topcoder-archive#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

Lines changed: 1 addition & 1 deletion
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)