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