OpenEthereum rebranding (#31)
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