Merge pull request #2 from goose-ws/patch-2

This commit is contained in:
Knut Ahlers 2021-01-21 15:25:21 +01:00 committed by GitHub
commit ee889a9731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,7 @@ RUN set -ex \
&& curl -sSfLo /usr/bin/gosu "https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64" \
&& chmod 0755 \
/usr/bin/dumb-init \
/usr/bin/gosu \
&& apk --no-cache del \
curl
/usr/bin/gosu
VOLUME /config
EXPOSE 8000 8001