Spaces:
Sleeping
Sleeping
Rifat Azad commited on
Commit ·
58d5d35
1
Parent(s): f2e3f46
test 7
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM python:3.12-slim
|
|
| 2 |
|
| 3 |
WORKDIR /code
|
| 4 |
|
| 5 |
-
RUN pip install --no-cache-dir -U discord pydvpl fastapi uvicorn psutil
|
| 6 |
|
| 7 |
COPY ./pydvpl_bot.py /code
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /code
|
| 4 |
|
| 5 |
+
RUN pip install --no-cache-dir -U discord pydvpl fastapi uvicorn psutil
|
| 6 |
|
| 7 |
COPY ./pydvpl_bot.py /code
|
| 8 |
|