diff --git a/Dockerfile b/Dockerfile index 98ec383..5acf3bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN npm install # Bundle app source COPY ./src/ . -CMD ["npm", "run"] \ No newline at end of file +CMD ["npm", "run", "start"] \ No newline at end of file