VeAPI / Dockerfile
Solvaxis
commit
7281bd5
raw
history blame contribute delete
102 Bytes
FROM ghcr.io/veloera/veloera:latest
RUN apk add --no-cache pcre2
EXPOSE 3000
RUN chmod 777 -R /data