1
0
Fork 0
mirror of synced 2024-06-24 00:50:23 +12:00

Updated symlink to correct src and target

This commit is contained in:
Raman Gupta 2019-03-03 16:36:31 -05:00 committed by GitHub
parent 4917147447
commit 5a55b9540e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ RUN git clone https://github.com/pirate/ArchiveBox /home/pptruser/app \
&& chown -R pptruser:pptruser /data \
&& ln -s /data /home/pptruser/app/archivebox/output \
&& ln -s /home/pptruser/app/bin/* /bin/ \
# && ln -s /home/pptruser/app/bin/archive /bin/archivebox \
&& ln -s /home/pptruser/app/bin/archivebox /bin/archive \
&& chown -R pptruser:pptruser /home/pptruser/app/archivebox
# && pip3 install -r /home/pptruser/app/archivebox/requirements.txt