Update Dockerfile

This commit is contained in:
Pascal Vizeli
2018-04-15 23:04:37 +02:00
committed by GitHub
parent b63a914a8a
commit 48f0b91ffc

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 hostapp.sh /
ENTRYPOINT ["hostapp.sh"]
COPY hostapp.sh /usr/bin/
ENTRYPOINT ["/usr/bin/hostapp.sh"]