Skip to content
Snippets Groups Projects
Unverified Commit 63812f51 authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

Merge pull request #48 from nuriel77/dockerf-and-colors

Dockerfile volume path
parents 715bff67 39e6ce3a
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