Production fixes
This commit is contained in:
@ -18,8 +18,8 @@ RUN pip install -r requirements.txt
|
||||
COPY . /usr/src/app/
|
||||
|
||||
# add wait for it
|
||||
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
|
||||
RUN git clone https://github.com/vishnubob/wait-for-it.git
|
||||
RUN chmod a+x wait-for-it/wait-for-it.sh
|
||||
|
||||
# add entry point
|
||||
COPY ./django-entrypoint.sh django-entrypoint.sh
|
||||
|
Reference in New Issue
Block a user