Back docker healthcheck fix
gitea/salix/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-12-11 17:04:41 +01:00
parent 9c4f776281
commit 3532c52e07
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
nodejs \
&& apt-get purge -y --auto-remove \
curl \
gnupg2 \
&& rm -rf /var/lib/apt/lists/* \
&& npm -g install pm2