Skip to content

Commit

Permalink
feat: improve deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
owalid committed Oct 26, 2023
1 parent 4f3cc7c commit d3db8b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ ENV NPM_CONFIG_PRODUCTION false
ENV NUXT_BASE_API_URL https://adaptaviz.fr/api

RUN npm install && \
npm run build && \
npm prune --production && \
npm cache clean --force
npm run build

CMD ["npm", "start"]

0 comments on commit d3db8b4

Please sign in to comment.