Upload Dockerfile
Browse files- Dockerfile +6 -1
Dockerfile
CHANGED
|
@@ -2,4 +2,9 @@ FROM 1hei1/sora-api:latest
|
|
| 2 |
|
| 3 |
RUN touch /app/admin_config.json && \
|
| 4 |
chmod 777 /app/admin_config.json && \
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
RUN touch /app/admin_config.json && \
|
| 4 |
chmod 777 /app/admin_config.json && \
|
| 5 |
+
touch /app/api_keys.json && \
|
| 6 |
+
chmod 777 /app/api_keys.json && \
|
| 7 |
+
chmod 777 /app/src/static/images
|
| 8 |
+
|
| 9 |
+
ENV IMAGE_LOCALIZATION=True
|
| 10 |
+
ENV BASE_URL=https://deeme-sora.hf.space
|