Skip to content

Commit 567e363

Browse files
committed
change docker
1 parent 7262558 commit 567e363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ COPY . .
1616

1717
RUN pnpm run build
1818

19-
# CMD ["node", "dist/main.js"]
20-
CMD ["tail", "-f", "/dev/null"]
19+
CMD ["node", "dist/main.js"]
20+
# CMD ["tail", "-f", "/dev/null"]

0 commit comments

Comments
 (0)