Skip to content

Commit

Permalink
🐛 ajuste Dockerfile para instalar nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
vitordiniz25 committed Dec 8, 2023
1 parent b454f70 commit 83d51cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ COPY package*.json /app/

RUN npm cache clean --force

RUN npm install nodemon --save-dev

# Install dependencies
RUN npm install --legacy-peer-deps || npm ci
RUN npm ci

# Copy the rest of the files
COPY . /app/
Expand Down

0 comments on commit 83d51cb

Please sign in to comment.