diff --git a/Dockerfile b/Dockerfile index 0b32ec5..1ca359d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,4 +34,4 @@ EXPOSE 8080 # Command to run the application -CMD [ "node", "index.js" ] \ No newline at end of file +CMD [ "node", "index.mjs" ] \ No newline at end of file