Clarzis commited on
Commit
919cfc3
·
verified ·
1 Parent(s): f3cb5da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.9-slim
2
  RUN apt-get update && apt-get install -y git
3
 
4
- RUN git clone https://github.com/venbow/zuansi.git
5
  WORKDIR /app
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
 
1
  FROM python:3.9-slim
2
  RUN apt-get update && apt-get install -y git
3
 
4
+ RUN git clone https://github.com/venbow/zuansi.git /app
5
  WORKDIR /app
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt