Fixed docker crazy stuff

This commit is contained in:
2022-10-03 15:27:24 +02:00
parent bf5003f100
commit 7c0e34e1f8
4 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.10.7-buster
FROM python:3.10.7-bullseye
WORKDIR /app
COPY ./dist/bot/build/ .