mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Remove redundant linking since repo includes link
This commit is contained in:
parent
5b5a602c8a
commit
99e4622185
1 changed files with 1 additions and 1 deletions
|
@ -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/archive /bin/archivebox \
|
||||
&& chown -R pptruser:pptruser /home/pptruser/app/archivebox
|
||||
# && pip3 install -r /home/pptruser/app/archivebox/requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue