fxlinux commited on
Commit
a00d567
·
verified ·
1 Parent(s): a7ebdd6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -1
Dockerfile CHANGED
@@ -1 +1,7 @@
1
- FROM ghcr.io/veloera/veloera:latest
 
 
 
 
 
 
 
1
+ FROM ghcr.io/veloera/veloera:latest
2
+
3
+ RUN apk add --no-cache pcre2
4
+
5
+ EXPOSE 3000
6
+
7
+ RUN chmod 777 -R /data