Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ WORKDIR /app
|
|
| 21 |
|
| 22 |
|
| 23 |
Copy package files and install dependencies
|
| 24 |
-
COPY --chown=user package
|
| 25 |
RUN npm install
|
| 26 |
|
| 27 |
# Copy the rest of the application source
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
Copy package files and install dependencies
|
| 24 |
+
COPY --chown=user package.json
|
| 25 |
RUN npm install
|
| 26 |
|
| 27 |
# Copy the rest of the application source
|