Change to entrypoint
This commit is contained in:
@ -22,5 +22,5 @@ RUN git clone https://github.com/vishnubob/wait-for-it.git /wait-for-it
|
||||
RUN chmod a+x /wait-for-it/wait-for-it.sh
|
||||
|
||||
# add entry point
|
||||
ADD ./django-entrypoint.sh /django-entrypoint.sh
|
||||
RUN chmod a+x /django-entrypoint.sh
|
||||
COPY ./django-entrypoint.sh /django-entrypoint.sh
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user