Add environment

This commit is contained in:
decentral1se
2021-03-29 21:07:29 +02:00
parent 05215e6636
commit ecc81c52a1

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"]