Skip to content

Commit

Permalink
fix: docker packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciomutte committed Apr 23, 2023
1 parent ecd6e80 commit 075a147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM node:lts-bullseye-slim
# Sets workspace folder
WORKDIR /usr/src/app

# Copies both package.json and yarn.lock
COPY package*.json yarn.lock ./
# Copies both package.json and
COPY package*.json ./

# Install app dependencies
RUN yarn install
Expand Down

0 comments on commit 075a147

Please sign in to comment.