Skip to content

Speeding up docker container startup

Harry Linrui Xu requested to merge fix/docker-compose into dev
  • modify dockerfile to install dependencies first before packaging. This saves tons of time after building for the first time because dependencies are cached
  • Ignore spotless checks during container runs as this crashed the application previously, as suggested by @yasinam
  • modify mysql container healthcheck to start later to prevent unnecessary checking which delays connection
Edited by Harry Linrui Xu

Merge request reports