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