libredb-studio / Dockerfile
cevheri's picture
set docker image
b94a13f verified
raw
history blame contribute delete
110 Bytes
FROM ghcr.io/libredb/libredb-studio:v0.7.0
# Hugging Face Spaces requires port 7860
ENV PORT=7860
EXPOSE 7860