Skip to content
Snippets Groups Projects
Commit da6a6075 authored by Nuriel Shem-Tov's avatar Nuriel Shem-Tov
Browse files

Don't use root directory, for using unpriv user

parent 67b6a6e1
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@ FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /root/
WORKDIR /app
VOLUME /root/mainnetdb
VOLUME /app/mainnetdb
EXPOSE 14666/tcp
EXPOSE 14626/udp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment