Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 |
|