mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Fix Dockerfile (#1485)
* Fix Dockerfile * Use ENTRYPOINT instead of CMD
This commit is contained in:
@@ -6,6 +6,7 @@ RUN apk add build-base \
|
||||
cmake \
|
||||
linux-headers \
|
||||
openssl-dev \
|
||||
clang-dev \
|
||||
cargo
|
||||
|
||||
ARG PROFILE=release
|
||||
@@ -34,4 +35,4 @@ RUN rm -rf /usr/lib/python* && \
|
||||
EXPOSE 30333 9933 9944
|
||||
VOLUME ["/data"]
|
||||
|
||||
CMD ["/usr/local/bin/substrate"]
|
||||
ENTRYPOINT ["/usr/local/bin/substrate"]
|
||||
|
||||
Reference in New Issue
Block a user