Fix project name, links, rename the binaries (#11580)
* Fix project name, links, rename binary * Update util/version/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> * Update updater/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> * Update util/version/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> Co-authored-by: David <dvdplm@gmail.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
FROM centos:latest
|
||||
|
||||
RUN mkdir -p /opt/parity/data && \
|
||||
chmod g+rwX /opt/parity/data && \
|
||||
mkdir -p /opt/parity/release
|
||||
RUN mkdir -p /opt/openethereum/data && \
|
||||
chmod g+rwX /opt/openethereum/data && \
|
||||
mkdir -p /opt/openethereum/release
|
||||
|
||||
COPY parity/parity /opt/parity/release
|
||||
COPY openethereum/openethereum /opt/openethereum/release
|
||||
|
||||
WORKDIR /opt/parity/data
|
||||
WORKDIR /opt/openethereum/data
|
||||
|
||||
# exposing default ports
|
||||
#
|
||||
@@ -20,9 +20,4 @@ USER 1001
|
||||
|
||||
#if no base path provided, assume it's current workdir
|
||||
CMD ["--base-path","."]
|
||||
ENTRYPOINT ["/opt/parity/release/parity"]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ENTRYPOINT ["/opt/openethereum/release/openethereum"]
|
||||
|
||||
Reference in New Issue
Block a user