Merge pull request 'fix' (#49) from master into dev

Reviewed-on: #49
This commit is contained in:
emmatveev 2025-06-02 02:33:23 +03:00
commit 0f18439790

View File

@ -6,5 +6,5 @@ RUN pip3 install --break-system-packages requests minio
COPY ./config /etc/nginx
COPY prepare.py prepare.py
COPY run.sh run.sh
ENTRYPOINT [""]
ENTRYPOINT []
CMD ["/docker-entrypoint.sh", "run.sh"]