Update Dockerfile

This commit is contained in:
Pascal Vizeli 2018-04-15 16:52:38 +02:00 committed by GitHub
parent 8ae771a01a
commit bb45c0a3ab
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 \
docker
COPY hostapps.sh /
ENTRYPOINT ["hostapps.sh"]
COPY hostapp.sh /
ENTRYPOINT ["hostapp.sh"]