EspritSDL / Dockerfile
yahyasmt's picture
Update Dockerfile
9607a4c verified
raw
history blame contribute delete
247 Bytes
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"]