Page MenuHomeSoftware Heritage

Dockerfile
No OneTemporary

Dockerfile

FROM python:3
export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y \
libsystemd-dev postgresql-client
RUN pip install swh-storage
COPY storage.yml /
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 5002

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 7:47 PM (12 w, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3353483

Event Timeline