Update Dockerfile
authormarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Wed, 16 Oct 2019 06:20:55 +0000 (08:20 +0200)
committermarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Wed, 16 Oct 2019 06:20:55 +0000 (08:20 +0200)
Dockerfile

index fb048f417315fea2a5d6b60cb1ada2224010562a..e5e9bbbc6fb00c07cbb481f3fff33a2fcb298e8b 100755 (executable)
@@ -21,4 +21,4 @@ ENV mass_debug false
 ENV mass_datadir /data
 ENV mass_update false
 
-CMD ["python3 /usr/src/app/mass.py"]
\ No newline at end of file
+CMD ["/usr/src/app/mass.py"]
\ No newline at end of file