another correction to alpine docker file

This commit is contained in:
Stephen Gaito 2020-06-23 09:46:22 +01:00
parent 397b88121b
commit c40c9889d7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ echo "export DOCKER_NAME=\"$DOCKER_NAME\"" >> ../../buildScripts/reSourc
cat > Dockerfile <<DOCKERFILE_HERE_DOC
FROM $DOCKER_FROM
COPY ./$ALPINE_NAME.* /root
COPY ./$ALPINE_NAME.* /root/
RUN chmod a+x /root/$ALPINE_NAME.install && \
/root/$ALPINE_NAME.install