diff --git a/Dockerfile b/Dockerfile index 9818d7b..e555dd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN npm config set registry https://registry.npmmirror.com/ RUN npm install COPY . . EXPOSE 3000 -CMD ["npm", "start"] \ No newline at end of file +CMD ["npm", "start"]