mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 05:55:28 -04:00
move Dockerfile.simple to ArchiveBox/docker-archivebox/README.md
This commit is contained in:
parent
0ad1bdaf93
commit
1e7b1dff83
1 changed files with 0 additions and 21 deletions
|
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue