latest python in Dockerfile & add docker compose
This commit is contained in:
parent
cb4d9bd5e3
commit
ece86473a2
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
|
||||
|
||||
|
|
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