Skip to content

Commit 57c134e

Browse files
committed
Fix server start
1 parent a10e067 commit 57c134e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ COPY --from=node_modules /tmp/node_modules ./node_modules
1616
COPY --from=dist /tmp/dist ./dist
1717
COPY --from=dist /tmp/*.env /tmp/ormconfig*.json ./
1818
EXPOSE 3001
19-
CMD ["npm", "start", "--ignore-scripts"]
19+
CMD ["node", "dist/main.js"]

0 commit comments

Comments
 (0)