move Dockerfile.simple to ArchiveBox/docker-archivebox/README.md

This commit is contained in:
Nick Sweeting 2024-12-18 01:35:43 -05:00 committed by GitHub
parent 0ad1bdaf93
commit 1e7b1dff83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,21 +0,0 @@
# Example: Using ArchiveBox in your own project
FROM python:3.12-slim
WORKDIR /app
RUN pip install archivebox==0.8.5rc51
RUN archivebox install
RUN useradd -ms /bin/bash archivebox && chown -R archivebox /app