Refresh install scripts

This commit is contained in:
Charles Bochet
2023-04-05 15:01:20 +02:00
parent eac43d1e64
commit dc28c97df6
7 changed files with 98 additions and 47 deletions

View File

@ -3,12 +3,6 @@ FROM node:18-alpine as app
WORKDIR /app
COPY ../.. .
WORKDIR /app/front
RUN npm install
WORKDIR /app/server
RUN npm install
WORKDIR /app
RUN npm run install-dev
CMD ["npm", "run", "start"]