mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 21:38:03 +00:00
docker: set CHATMAIL_NOPORTCHECK during build-time install
This commit is contained in:
@@ -69,6 +69,7 @@ RUN python3 -m venv /opt/cmdeploy && \
|
|||||||
RUN CMDEPLOY_STAGES=install \
|
RUN CMDEPLOY_STAGES=install \
|
||||||
CHATMAIL_INI=/tmp/chatmail.ini \
|
CHATMAIL_INI=/tmp/chatmail.ini \
|
||||||
CHATMAIL_NOSYSCTL=True \
|
CHATMAIL_NOSYSCTL=True \
|
||||||
|
CHATMAIL_NOPORTCHECK=True \
|
||||||
/opt/cmdeploy/bin/pyinfra @local \
|
/opt/cmdeploy/bin/pyinfra @local \
|
||||||
/opt/chatmail/cmdeploy/src/cmdeploy/run.py -y
|
/opt/chatmail/cmdeploy/src/cmdeploy/run.py -y
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user