Skip to content

Fix docker build and environment settings.

Michal Drobňák requested to merge (removed):develop into master

MR introduces breaking changes for Cryton deploy.

  • Docker now builds the app for production.
    • (Breaking change!) Environment variables thus need to be set in environment.prod.ts
  • (Breaking change!) App now expects crytonRESTApiHost and crytonRESTApiPort options to be set in environment configuration instead of baseUrl.
    • crytonRESTApiHost is a host for Cryton REST api (localhost by default).
    • crytonRESTApiHost is a port for Cryton REST api (8000 by default).

Merge request reports