Skip to content
Snippets Groups Projects

build: docker image and compose file

Merged pini requested to merge docker into master
All threads resolved!
3 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -47,7 +47,7 @@ RUN apk update && \
# Intall
COPY --from=build /target/release/duniter /usr/local/bin/duniter
COPY docker-entrypoint /usr/local/bin/
COPY docker/docker-entrypoint /usr/local/bin/
# Configuration
# rpc, rpc-ws, p2p, telemetry
Loading