Changed start.sh to start.py
This commit is contained in:
@@ -12,11 +12,11 @@ RUN apk add --no-cache openssl \
|
||||
COPY mailu ./mailu
|
||||
COPY migrations ./migrations
|
||||
COPY manage.py .
|
||||
COPY start.sh /start.sh
|
||||
COPY start.py /start.py
|
||||
|
||||
RUN pybabel compile -d mailu/translations
|
||||
|
||||
EXPOSE 80/tcp
|
||||
VOLUME ["/data"]
|
||||
|
||||
CMD ["/start.sh"]
|
||||
CMD python /start.py
|
||||
|
||||
Reference in New Issue
Block a user