本家の踏襲のため、Dockerfileを変更

This commit is contained in:
nsxshota 2023-11-30 16:47:30 +09:00
commit d7f40cfda7
24 changed files with 49 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.10-slim
FROM python:3.10-slim
WORKDIR /app