diff --git a/Dockerfile b/Dockerfile index 9e6eba63..08000c69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,7 +100,6 @@ RUN archivebox version # Open up the interfaces to the outside world VOLUME "$DATA_DIR" -VOLUME "$CODE_DIR" EXPOSE 8000 ENTRYPOINT ["dumb-init", "--", "/app/bin/docker_entrypoint.sh"]