Skip to content

Commit

Permalink
🔀 Merge pull request #109 from Tackyou/master
Browse files Browse the repository at this point in the history
Latest python in Dockerfile & add docker compose
  • Loading branch information
jh0ker authored Nov 29, 2022
2 parents cb4d9bd + ece8647 commit 961a9ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:alpine3.4
FROM python:alpine

RUN apk add --no-cache gettext

Expand Down
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3.9"
services:
unobot:
container_name: unobot
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped

0 comments on commit 961a9ce

Please sign in to comment.