diff --git a/Dockerfile b/Dockerfile index da45615..2536842 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,5 @@ ENV NODE_ENV production ENV APP_PORT 3000 EXPOSE 3000 + CMD ["npm", "start"]