File size: 132 Bytes
ae027fc
2e66338
 
 
 
 
 
 
91250c9
1
2
3
4
5
6
7
8
9
FROM ghcr.io/veloera/veloera:latest

EXPOSE 3000
ENV PORT 3000

RUN mkdir /data/logs
RUN chmod -R 777 /data

ENTRYPOINT ["/veloera"]