Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -46,7 +46,7 @@ WORKDIR /app
|
|
| 46 |
RUN npm install express multer adm-zip axios
|
| 47 |
|
| 48 |
# Copy backend code
|
| 49 |
-
COPY
|
| 50 |
|
| 51 |
# IMPORTANT: your requested permission line
|
| 52 |
RUN chmod -R 777 /app
|
|
|
|
| 46 |
RUN npm install express multer adm-zip axios
|
| 47 |
|
| 48 |
# Copy backend code
|
| 49 |
+
COPY . .
|
| 50 |
|
| 51 |
# IMPORTANT: your requested permission line
|
| 52 |
RUN chmod -R 777 /app
|