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

Commit 2792698

Browse files
authored
Update Dockerfile
1 parent 2c6675f commit 2792698

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)