Spaces:
Sleeping
Sleeping
Rifat Azad commited on
Commit ·
81f6c21
1
Parent(s): 9f492d6
update 1
Browse files- Dockerfile +2 -2
- PyDVPL.png +0 -0
Dockerfile
CHANGED
|
@@ -2,8 +2,6 @@ FROM python:3.12-slim
|
|
| 2 |
|
| 3 |
WORKDIR /code
|
| 4 |
|
| 5 |
-
ENV PYTHONUNBUFFERED 1
|
| 6 |
-
|
| 7 |
RUN pip install --no-cache-dir -U discord pydvpl
|
| 8 |
|
| 9 |
COPY ./pydvpl_bot.py /code
|
|
@@ -12,4 +10,6 @@ RUN ls -ln /code
|
|
| 12 |
|
| 13 |
RUN chmod 775 /code
|
| 14 |
|
|
|
|
|
|
|
| 15 |
CMD ["python", "pydvpl_bot.py"]
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /code
|
| 4 |
|
|
|
|
|
|
|
| 5 |
RUN pip install --no-cache-dir -U discord pydvpl
|
| 6 |
|
| 7 |
COPY ./pydvpl_bot.py /code
|
|
|
|
| 10 |
|
| 11 |
RUN chmod 775 /code
|
| 12 |
|
| 13 |
+
ENV PYTHONUNBUFFERED 1
|
| 14 |
+
|
| 15 |
CMD ["python", "pydvpl_bot.py"]
|
PyDVPL.png
ADDED
|