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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -4,10 +4,6 @@ FROM node:18-alpine
4
  # Set the working directory in the container
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
12
  RUN npm run build
13
 
 
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
 
 
 
 
7
  # Build the application
8
  RUN npm run build
9