diff --git a/docker/Dockerfile b/docker/Dockerfile index 47fd3af..a3f1c50 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,4 +8,4 @@ RUN npm ci --silent --legacy-peer-deps COPY . . RUN npm run build -CMD npm start +CMD node src/app.js