Skip to content

Commit

Permalink
npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ARIC LASRY authored and ARIC LASRY committed Nov 21, 2023
1 parent 4a8c8f1 commit 5663708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18.15.0 as front

COPY ../types/ /types
RUN npm ci
RUN npm install && npm run build

WORKDIR /app

Expand Down

0 comments on commit 5663708

Please sign in to comment.