1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 20:50:07 +00:00

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

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