Spaces:
Runtime error
Runtime error
Create Dockerfile
Browse files- Dockerfile +7 -0
Dockerfile
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM ghcr.io/gordonchanfz/alist_bot:latest
|
| 2 |
+
|
| 3 |
+
WORKDIR /usr/src/app
|
| 4 |
+
|
| 5 |
+
RUN printf '%s' "$CONFIG" | sed 's/\\/"/g' > /usr/src/app/config/config.yaml
|
| 6 |
+
|
| 7 |
+
CMD ["python3", "bot.py"]
|