latest python in Dockerfile & add docker compose

This commit is contained in:
tackyou 2022-11-29 13:40:03 +01:00
parent cb4d9bd5e3
commit ece86473a2
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