diff --git a/Dockerfile b/Dockerfile index 727ed2a..995942b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"] # RUN ls -laR RUN npm install --silent COPY . . -RUN npm run build +RUN npm run build:server # RUN ls -la # RUN ls -laR dist/ CMD ["node", "dist/app.js"]