vv / Dockerfile
harryhein's picture
Update Dockerfile
b30cbe8 verified
Raw
History Blame Contribute Delete
201 Bytes
FROM ghcr.io/bogyi2024/aistudiotoapi:latest
ENV API_KEYS=test123
COPY auth-0.json /app/configs/auth/auth-0.json
# HF Spaces runs as user 1000this image already uses root, which is fine
EXPOSE 7860