Severian commited on
Commit
a8d5b85
·
1 Parent(s): 2604e47

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -7,9 +7,6 @@ WORKDIR /app
7
  # Copy package.json and package-lock.json to the working directory
8
  COPY package.json yarn.lock ./
9
 
10
- # Install the application dependencies
11
- RUN npm install
12
-
13
  # Copy the rest of the application to the working directory
14
  COPY . .
15
 
 
7
  # Copy package.json and package-lock.json to the working directory
8
  COPY package.json yarn.lock ./
9
 
 
 
 
10
  # Copy the rest of the application to the working directory
11
  COPY . .
12