🔀 Merge pull request #109 from Tackyou/master

Latest python in Dockerfile & add docker compose
This commit is contained in:
Jannes Höke 2022-11-29 16:19:16 +01:00 committed by GitHub
commit 961a9ced76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM python:alpine3.4
FROM python:alpine
RUN apk add --no-cache gettext

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
version: "3.9"
services:
unobot:
container_name: unobot
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped