diff --git a/.dockerignore b/.dockerignore index 354090c..5747c4c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ Dockerfile .dockerignore node_modules -npm-debug.log \ No newline at end of file +npm-debug.log diff --git a/Dockerfile b/Dockerfile index cb11c4b..4ae8d1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ COPY . . RUN npm ci --omit=dev RUN npm run build -CMD ["npm", "start"] \ No newline at end of file +CMD ["npm", "start"]