Spaces:
Sleeping
Sleeping
Rifat Azad commited on
Commit ·
9f492d6
1
Parent(s): 53e1e26
fix
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -8,4 +8,8 @@ RUN pip install --no-cache-dir -U discord pydvpl
|
|
| 8 |
|
| 9 |
COPY ./pydvpl_bot.py /code
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
CMD ["python", "pydvpl_bot.py"]
|
|
|
|
| 8 |
|
| 9 |
COPY ./pydvpl_bot.py /code
|
| 10 |
|
| 11 |
+
RUN ls -ln /code
|
| 12 |
+
|
| 13 |
+
RUN chmod 775 /code
|
| 14 |
+
|
| 15 |
CMD ["python", "pydvpl_bot.py"]
|