Finished up switching from .sh to .py
This commit is contained in:
@@ -19,4 +19,4 @@ RUN pybabel compile -d mailu/translations
|
||||
EXPOSE 80/tcp
|
||||
VOLUME ["/data"]
|
||||
|
||||
CMD python /start.py
|
||||
CMD /start.py
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/local/bin/python3
|
||||
|
||||
import os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user