Skip to content

Commit

Permalink
CI : add env file to docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust committed Jul 3, 2024
1 parent 7ced39e commit f81bb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ FROM node:20 AS production
WORKDIR /src

COPY package*.json .
COPY .env .

RUN npm ci --only=production

Expand Down

0 comments on commit f81bb90

Please sign in to comment.