Radiosn / Dockerfile
Hiren122's picture
Update Dockerfile
0a798fc verified
raw
history blame contribute delete
206 Bytes
FROM maximhq/bifrost:latest
ENV APP_PORT=7860
# Bifrost looks for config.json inside the app-dir
COPY config.json /app/config.json
# Ensure we run from /app
WORKDIR /app
CMD ["bifrost", "-app-dir", "/app"]