Reaperxxxx commited on
Commit
fc08b4e
·
verified ·
1 Parent(s): 1c6caea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.11-slim
2
  RUN apt update && apt install -y git && apt clean
3
- RUN git clone https://github.com/reaperofssa/Lone /app
4
  WORKDIR /app
5
  RUN chmod -R 777 .
6
  RUN pip install flask pillow requests werkzeug
 
1
  FROM python:3.11-slim
2
  RUN apt update && apt install -y git && apt clean
3
+ COPY . /app
4
  WORKDIR /app
5
  RUN chmod -R 777 .
6
  RUN pip install flask pillow requests werkzeug