🔀 Merge pull request #109 from Tackyou/master
Latest python in Dockerfile & add docker compose
This commit is contained in:
commit
961a9ced76
2 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:alpine3.4
|
FROM python:alpine
|
||||||
|
|
||||||
RUN apk add --no-cache gettext
|
RUN apk add --no-cache gettext
|
||||||
|
|
||||||
|
|
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
unobot:
|
||||||
|
container_name: unobot
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in a new issue