nroggendorff commited on
Commit
2cb2965
1 Parent(s): f970cca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -10,8 +10,4 @@ RUN mkdir /.cache && chmod 777 /.cache
10
 
11
  COPY app.py .
12
 
13
- RUN python app.py
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"]