diff --git a/Dockerfile b/Dockerfile index d8ce2ba..eb3881a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN npm install COPY . /app # We start our application by calling # npm start. -CMD ["npm", "start"] \ No newline at end of file +CMD ["npm", "dockerstart"] \ No newline at end of file