mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-07 07:07:09 +02:00
move Dockerfile.simple to ArchiveBox/docker-archivebox/README.md
This commit is contained in:
@@ -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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user