This commit is contained in:
@@ -5,7 +5,7 @@ ENV PATH /app/node_modules/.bin:$PATH
|
||||
|
||||
# On copie tout, on installe tout, on build tout au même endroit
|
||||
COPY . .
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
RUN npx prisma generate
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user