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
Branches
Tags
No related merge requests found
...@@ -21,9 +21,9 @@ FROM alpine:latest ...@@ -21,9 +21,9 @@ FROM alpine:latest
RUN apk --no-cache add ca-certificates RUN apk --no-cache add ca-certificates
WORKDIR /root/ WORKDIR /app
VOLUME /root/mainnetdb VOLUME /app/mainnetdb
EXPOSE 14666/tcp EXPOSE 14666/tcp
EXPOSE 14626/udp EXPOSE 14626/udp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment