ai-api / Dockerfile
TalexCK's picture
Update Dockerfile
91250c9 verified
raw
history blame contribute delete
132 Bytes
FROM ghcr.io/veloera/veloera:latest
EXPOSE 3000
ENV PORT 3000
RUN mkdir /data/logs
RUN chmod -R 777 /data
ENTRYPOINT ["/veloera"]