Compare commits
No commits in common. "0f18439790bfc4822a7253e41824f5a1ea4569b9" and "62606adab9dc4a4f955b9e583a3a6c1608a100cf" have entirely different histories.
0f18439790
...
62606adab9
@ -6,5 +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
|
||||||
ENTRYPOINT []
|
ENTRYPOINT [""]
|
||||||
CMD ["/docker-entrypoint.sh", "run.sh"]
|
CMD ["/docker-entrypoint.sh", "run.sh"]
|
Loading…
Reference in New Issue
Block a user