Skip to content

feat(docker): provide a more efficient compilation inside docker

The current implementation of the docker container triggers a tsc at every startup which is not "prod friendly" because you have to compile (and so burn some CPU) at every run.

The MR here change this behaviour to use tsc command during build, like any compilation tasks should be done.

Edited by Davin Kevin

Merge request reports