Spaces:
Build error
Build error
Commit
·
33d6c74
1
Parent(s):
2c85574
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ WORKDIR /app
|
|
3 |
RUN chmod 777 /app
|
4 |
COPY requirements.txt .
|
5 |
RUN pip3 install -r requirements.txt
|
6 |
-
COPY
|
7 |
#set a default command
|
8 |
CMD ["python" ,"bot.py"]
|
9 |
|
|
|
3 |
RUN chmod 777 /app
|
4 |
COPY requirements.txt .
|
5 |
RUN pip3 install -r requirements.txt
|
6 |
+
COPY . .
|
7 |
#set a default command
|
8 |
CMD ["python" ,"bot.py"]
|
9 |
|