Skip to content

Commit

Permalink
CI : remove 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 2226617 commit 3a361ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ FROM node:20 AS production
WORKDIR /src

COPY package*.json .
RUN pwd
RUN ls -la
COPY .env ./dist/

RUN npm ci --only=production

Expand Down

0 comments on commit 3a361ac

Please sign in to comment.