9607a4c
3503436
cc3b6d0
3503436
7354e5a |
|
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"] |