Update and rename Dockerfile to Dockerfile-version-0
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Use an official Python runtime as a parent image
|
# Use an official Python runtime as a parent image
|
||||||
FROM python:3.10-slim
|
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
|
# Set the working directory in the container
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
Reference in New Issue
Block a user