Update Dockerfile

This commit is contained in:
Pascal Vizeli 2018-04-15 11:15:03 +02:00 committed by GitHub
parent dfcd3f40ef
commit 53d5614309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,5 @@ RUN apk add --no-cache \
RUN apk add --no-cache --repository http://nl.alpinelinux.org/alpine/v3.7/community \ RUN apk add --no-cache --repository http://nl.alpinelinux.org/alpine/v3.7/community \
docker docker
COPY builder.sh / COPY hostapps.sh /
ENTRYPOINT ["builder.sh"] ENTRYPOINT ["hostapps.sh"]