dongsiqie commited on
Commit
4d9baf6
·
1 Parent(s): cdefaa1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11
2
  RUN apt update
3
  RUN apt install git
4
- RUN git clone https://github.com/yangjianchuan/pandora-cloud-serverless.git
5
  WORKDIR "pandora-cloud-serverless"
6
  RUN pip install -r requirements.txt
7
  EXPOSE 8018
 
1
  FROM python:3.11
2
  RUN apt update
3
  RUN apt install git
4
+ RUN git clone https://github.com/zhile-io/pandora-cloud-serverless.git
5
  WORKDIR "pandora-cloud-serverless"
6
  RUN pip install -r requirements.txt
7
  EXPOSE 8018