Add deployed/error status output to the state file. (#719)

* More status info
* Up default resource limits.
* Need ps
This commit was merged in pull request #719.
This commit is contained in:
2024-01-30 22:13:45 -06:00
committed by GitHub
parent 428b05158e
commit 62af03077f
3 changed files with 14 additions and 6 deletions
@@ -30,7 +30,7 @@ RUN \
# [Optional] Uncomment this section to install additional OS packages.
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends jq gettext-base
&& apt-get -y install --no-install-recommends jq gettext-base procps
# [Optional] Uncomment if you want to install more global node modules
# RUN su node -c "npm install -g <your-package-list-here>"