Update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -49,7 +49,7 @@ RUN npm ci --only=production \
|
|
| 49 |
COPY . .
|
| 50 |
|
| 51 |
# Set permissions
|
| 52 |
-
RUN chmod -R
|
| 53 |
|
| 54 |
# Expose port
|
| 55 |
EXPOSE 7860
|
|
|
|
| 49 |
COPY . .
|
| 50 |
|
| 51 |
# Set permissions
|
| 52 |
+
RUN chmod -R 777 /app
|
| 53 |
|
| 54 |
# Expose port
|
| 55 |
EXPOSE 7860
|