Skip to content

Commit

Permalink
chore: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yosvelquintero committed Jun 21, 2024
1 parent 9c073b7 commit 5ba279f
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 @@ -7,9 +7,6 @@ WORKDIR /app
COPY package.json package.json
COPY package-lock.json package-lock.json

# TODO: Add env file
COPY .env.template .env

RUN npm ci --legacy-peer-deps

COPY --chown=node:node . .
Expand Down

0 comments on commit 5ba279f

Please sign in to comment.