Skip to content

Commit

Permalink
Remove copy of removed yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd committed Dec 18, 2021
1 parent 90c775d commit 0fd5843
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ FROM node:14
# Create app directory
WORKDIR /usr/src/app

# Install app dependencies
# Ensure package.json AND yarn-lock.json are copied
# where available (npm@5+)
COPY package.json ./
COPY yarn.lock ./

# Install dependencies on first build/when dependencies
# change
Expand Down

0 comments on commit 0fd5843

Please sign in to comment.