Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
ps
dependency to Dockerfile (TryGhost#21471)
no issue - When stopping `yarn dev` with ctrl+c in the dev container, you'd get an error because the container doens't have `ps` installed, which is used by node under the hood. Adding this dependency fixed the error so `yarn dev` (and other commands) exit cleanly
- Loading branch information