Merge branch 'master' of https://gitea.siphalor.de/Siphalor/och-bot
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
FROM python:3
|
FROM python:3
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
COPY requirements.txt ./
|
||||||
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
CMD ["bot.py"]
|
CMD ["bot.py"]
|
||||||
ENTRYPOINT ["python3"]
|
ENTRYPOINT ["python3"]
|
||||||
|
|||||||
4
docker-compose.yml
Normal file
4
docker-compose.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
bot:
|
||||||
|
build: .
|
||||||
Reference in New Issue
Block a user