Dockerfile для bitdeals-dm

This commit is contained in:
2022-03-09 13:34:21 -06:00
parent b853857e49
commit b7abff2230
3 changed files with 166 additions and 2 deletions

View File

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