File size: 247 Bytes
9607a4c
3503436
 
 
cc3b6d0
3503436
 
 
 
7354e5a
1
2
3
4
5
6
7
8
9
10
FROM  ghcr.io/yahyasamet/espritsdldeploy:my-tag2
USER root
RUN mkdir -p /data/storage
RUN ln -s /data/storage /storage
USER root

ENV STORAGE_DIR="/data/storage"
ENV SERVER_PORT=7860

ENTRYPOINT ["/bin/bash", "/usr/local/bin/render-entrypoint.sh"]