Severian commited on
Commit
f533695
·
1 Parent(s): be716ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM node:18-alpine
5
  WORKDIR /app
6
 
7
  # Copy package.json and package-lock.json to the working directory
8
- COPY package.json yarn.lock ./
9
 
10
 
11
  # Build the application
 
5
  WORKDIR /app
6
 
7
  # Copy package.json and package-lock.json to the working directory
8
+ COPY package.json ./
9
 
10
 
11
  # Build the application