Update and rename Dockerfile to Dockerfile-version-0

This commit is contained in:
UncleCode
2024-05-29 17:56:34 +08:00
committed by GitHub
parent d9753b6349
commit dc9a44c12a

View File

@@ -1,5 +1,7 @@
# Use an official Python runtime as a parent image
FROM python:3.10-slim
# In case you had some weird issues, try this Image
# FROM python:3.10-slim-bookworm as builder
# Set the working directory in the container
WORKDIR /usr/src/app