File size: 230 Bytes
e3a2b7f
 
 
 
 
 
7c2fa4c
 
e3a2b7f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM f0rc3/gokapi:latest

COPY entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh

ENV GOKAPI_PORT=7860
ENV GOKAPI_CONFIG_DIR=/app/config
ENV GOKAPI_DATA_DIR=/app/data

EXPOSE 7860

ENTRYPOINT ["/app/entrypoint.sh"]