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