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:
parent
397b88121b
commit
c40c9889d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user