1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-06 14:46:52 +02:00

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

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