Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
|
@@ -10,8 +10,4 @@ RUN mkdir /.cache && chmod 777 /.cache
|
|
| 10 |
|
| 11 |
COPY app.py .
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
CMD curl -X POST "https://discord.com/api/webhooks/1245084721923358730/pVHUf2PR4Wst52KVNxVSeAHnSIKxx-PLdd90OHASegb30cNoGZe9N476LzCDVLQXDbT0" \
|
| 16 |
-
-H "Content-Type: application/json" \
|
| 17 |
-
-d '{"content": "that shit is finally done"}'
|
|
|
|
| 10 |
|
| 11 |
COPY app.py .
|
| 12 |
|
| 13 |
+
CMD ["python3", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|