Dockerfile для bitdeals-dm
This commit is contained in:
@@ -62,8 +62,8 @@ RUN set -ex ; su -l --shell /bin/bash $UNAME -c 'cd '$UHOME' ; \
|
||||
rm -Rf $UHOME/apostol-dm
|
||||
|
||||
## Copy configuration helper script
|
||||
#ADD https://bitbucket.org/bitdeals/apostol-dm/docker/entrypoint.sh /entrypoint.sh
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
ADD https://bitbucket.org/bitdeals/apostol-dm/raw/master/docker/entrypoint.sh /entrypoint.sh
|
||||
#COPY ./entrypoint.sh /entrypoint.sh
|
||||
RUN set -ex ; chmod 755 /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user