fix
This commit is contained in:
@@ -4,5 +4,6 @@ RUN apt-get install certbot --yes
|
||||
RUN apt-get install python3-certbot-nginx --yes
|
||||
RUN pip3 install requests minio
|
||||
COPY ./config /etc/nginx
|
||||
COPY run.py run.py
|
||||
CMD ["python3", "run.py"]
|
||||
COPY prepare.py prepare.py
|
||||
COPY run.sh run.sh
|
||||
CMD ["run.sh"]
|
Reference in New Issue
Block a user