fix
This commit is contained in:
parent
6a470e13d7
commit
168b5fcbe5
@ -6,4 +6,5 @@ RUN pip3 install --break-system-packages requests minio
|
|||||||
COPY ./config /etc/nginx
|
COPY ./config /etc/nginx
|
||||||
COPY prepare.py prepare.py
|
COPY prepare.py prepare.py
|
||||||
COPY run.sh run.sh
|
COPY run.sh run.sh
|
||||||
CMD ["run.sh"]
|
ENTRYPOINT [""]
|
||||||
|
CMD ["/docker-entrypoint.sh", "run.sh"]
|
Loading…
Reference in New Issue
Block a user