hot fx 2
This commit is contained in:
+2
-2
@@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
COPY . ./tg_bot/
|
||||
|
||||
ENV PYTHONPATH=/app
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
CMD ["python", "tg_bot/main.py"]
|
||||
Reference in New Issue
Block a user