Finished up switching from .sh to .py

This commit is contained in:
Ionut Filip
2018-10-23 11:58:36 +03:00
parent 0e5606d493
commit 1187cac5e1
10 changed files with 17 additions and 33 deletions

View File

@@ -19,4 +19,4 @@ RUN pybabel compile -d mailu/translations
EXPOSE 80/tcp
VOLUME ["/data"]
CMD python /start.py
CMD /start.py

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/local/bin/python3
import os