Update Dockerfile
Browse files- 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
|