fix: update Dockerfile

This commit is contained in:
thehrz 2024-08-16 23:53:10 +08:00
parent b1f389be2e
commit 2bbf6a6adb
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -29,4 +29,4 @@ USER nextjs
EXPOSE 3000
CMD ["nginx", "-g", "daemon off;"]
CMD ["node", "server.js"]