From 5a55b9540e1843e9b2a793e4f18cf653d3729bc5 Mon Sep 17 00:00:00 2001 From: Raman Gupta Date: Sun, 3 Mar 2019 16:36:31 -0500 Subject: [PATCH] Updated symlink to correct src and target --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77a11975..f241a5dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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