docker: Don't auto mount
All checks were successful
Build Docker / Build Docker (push) Successful in 17s
All checks were successful
Build Docker / Build Docker (push) Successful in 17s
This commit is contained in:
parent
47743be647
commit
de5c8787ba
@ -3,5 +3,4 @@ COPY requirements.txt /app/
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
VOLUME [ "/mnt" ]
|
|
||||||
CMD ["python3", "bot.py"]
|
CMD ["python3", "bot.py"]
|
Loading…
Reference in New Issue
Block a user