Move Docker scripts (#138)

Just reorganizing
This commit is contained in:
Cecile Tonglet
2020-07-16 07:46:03 +02:00
committed by GitHub
parent e40bef8641
commit 537a311587
10 changed files with 5 additions and 5 deletions
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install curl netcat -y && \
curl -sSo /wait-for-it.sh https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && \
chmod +x /wait-for-it.sh
# the only thing left to do is to actually run the transaction.
COPY ./scripts/register_para.sh /usr/bin
COPY ./docker/scripts/register_para.sh /usr/bin
# unset the previous stage's entrypoint
ENTRYPOINT []
CMD [ "/usr/bin/register_para.sh" ]