File size: 211 Bytes
b612d8b
fca3fda
 
fd8aba6
fca3fda
 
 
 
1
2
3
4
5
6
7
8
9
FROM ghcr.io/thesmallhancat/flow2api-headed:latest

USER root
    
RUN mkdir -p /app/data /app/tmp && chown -R 1000:1000 /app && \
    sed -i 's/^port = 8000$/port = 7860/' /app/config/setting.toml

EXPOSE 7860