OpenEthereum rebranding (#31)

This commit is contained in:
rakita
2020-09-22 14:53:52 +02:00
committed by GitHub
parent 698fa6e8f6
commit 27a0142af1
716 changed files with 4883 additions and 4112 deletions

View File

@@ -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"]