Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
okemghou authored Nov 27, 2024
1 parent 089771a commit d30ac10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:20.13.1-slim

WORKDIR /code
COPY . /code
COPY ./package.json ./package-lock.json ./

RUN npm install
Expand Down

0 comments on commit d30ac10

Please sign in to comment.