update dockerfile

This commit is contained in:
Archeb
2024-06-22 02:07:30 +08:00
parent 522e8620c5
commit 17733b6313
+1 -1
View File
@@ -34,4 +34,4 @@ EXPOSE 8080
# Command to run the application
CMD [ "node", "index.js" ]
CMD [ "node", "index.mjs" ]