diff --git a/Dockerfile b/Dockerfile index ae3da0a..2152296 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN npm ci --only=production RUN ls -CMD ["npm", "start"] +ENTRYPOINT ["npm", "start"]