Add environment
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
decentral1se 2021-03-29 21:07:29 +02:00
parent 05215e6636
commit ecc81c52a1
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -4,4 +4,4 @@ EXPOSE 1313
COPY . /src/
CMD ["server", "--bind", "0.0.0.0"]
CMD ["server", "--bind", "0.0.0.0", "--environment", "production", "--disableLiveReload", "--baseURL", "https://cloud.autonomic.zone"]