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"] |