diff --git a/Dockerfile b/Dockerfile index 29b3c1e2..eec057cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ RUN npm install COPY . . EXPOSE 3000 -CMD ["npm", "start"] \ No newline at end of file +CMD ["npm", "start"] +