Skip to content
Snippets Groups Projects
Commit 4456eb54 authored by Gilles Filippini's avatar Gilles Filippini
Browse files

build (docker): move docker related files into the docker folder

parent 6678790d
No related branches found
No related tags found
1 merge request!7build: docker image and compose file
...@@ -47,7 +47,7 @@ RUN apk update && \ ...@@ -47,7 +47,7 @@ RUN apk update && \
# Intall # Intall
COPY --from=build /target/release/duniter /usr/local/bin/duniter COPY --from=build /target/release/duniter /usr/local/bin/duniter
COPY docker-entrypoint /usr/local/bin/ COPY docker/docker-entrypoint /usr/local/bin/
# Configuration # Configuration
# rpc, rpc-ws, p2p, telemetry # rpc, rpc-ws, p2p, telemetry
......
File moved
File moved
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