Update Dockerfile

This commit is contained in:
Pascal Vizeli
2018-04-15 16:52:38 +02:00
committed by GitHub
parent 8ae771a01a
commit bb45c0a3ab

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"]