diff --git a/Dockerfile b/Dockerfile index dbce5c8..4d05c58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ COPY ./ ./ RUN sed -i '1i\' ./public/index.html RUN npm install EXPOSE 8081 -CMD [ "node", "app.js" ] +CMD [ "node", "index.js" ]