update docker file

This commit is contained in:
jeanGaston
2024-02-06 09:51:04 +01:00
parent 1f11ee26eb
commit 8ef6dcf6c0
+1 -1
View File
@@ -1,5 +1,5 @@
# Use the official Python image as a base image # Use the official Python image as a base image
FROM python:3.11-pt bullseye FROM python:3.11-bullseye
# Set the working directory in the container # Set the working directory in the container
WORKDIR /app WORKDIR /app