yash / Dockerfile
y4shg's picture
Update Dockerfile
4e27478 verified
raw
history blame contribute delete
300 Bytes
FROM ghcr.io/y4shg/jyotigpt:main
ENV USER_PERMISSIONS_CHAT_CONTROLS=False
COPY data-sync.sh data-sync.sh
COPY explore_fs.sh explore_fs.sh
COPY custom.css /app/build/static/custom.css
RUN chmod -R 777 ./data && \
sed -i "1r data-sync.sh" ./start.sh && \
sed -i "1r explore_fs.sh" ./start.sh