typo
All checks were successful
Build and Push Docker Images / build (push) Successful in 37s

This commit is contained in:
ChrQR 2024-05-30 01:05:50 +02:00
parent caa912fa73
commit 90b4649ecc

View File

@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:bookworm-slim
FROM python:slim
# Set the working directory in the container
WORKDIR /app