Skip to content
Snippets Groups Projects

build: docker image and compose file

Merged pini requested to merge docker into master
2 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -50,6 +50,7 @@ COPY --from=build /target/release/lc-core /usr/local/bin/lc-core
@@ -50,6 +50,7 @@ COPY --from=build /target/release/lc-core /usr/local/bin/lc-core
COPY docker-entrypoint /usr/local/bin/
COPY docker-entrypoint /usr/local/bin/
# Configuration
# Configuration
EXPOSE 9944
# rpc, rpc-ws, p2p, telemetry
 
EXPOSE 9933 9944 30333 9615
VOLUME /var/lib/lc-core
VOLUME /var/lib/lc-core
ENTRYPOINT ["docker-entrypoint"]
ENTRYPOINT ["docker-entrypoint"]
Loading