You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2020. It is now read-only.
currently, the Dockerfile runs multiple services. Docker best practices state that it is best to run only a single process per container and string them together using docker-compose (which is shipped with the docker CLI). I, therefore propose splitting up the different services into their own container.