Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -14,6 +14,8 @@ RUN npm install express axios cors fluent-ffmpeg
|
|
| 14 |
# Copy the rest of the application
|
| 15 |
COPY . .
|
| 16 |
|
|
|
|
|
|
|
| 17 |
# Expose port 3000
|
| 18 |
EXPOSE 7860
|
| 19 |
|
|
|
|
| 14 |
# Copy the rest of the application
|
| 15 |
COPY . .
|
| 16 |
|
| 17 |
+
RUN chmod -R 777 /app
|
| 18 |
+
|
| 19 |
# Expose port 3000
|
| 20 |
EXPOSE 7860
|
| 21 |
|