From 2a0b839220b0f77ec483190e699f68cf1dcb7dfc Mon Sep 17 00:00:00 2001 From: z0z0r4 Date: Sat, 7 Dec 2024 23:29:30 +0800 Subject: [PATCH] fix: docker fastapi_gunicorn typo --- docker/fastapi_gunicorn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/fastapi_gunicorn b/docker/fastapi_gunicorn index 82eb602..c3b388a 100644 --- a/docker/fastapi_gunicorn +++ b/docker/fastapi_gunicorn @@ -1,5 +1,5 @@ # 第一阶段:构建阶段 -FROM python:python:3.11-slim-buster AS builder +FROM python:3.11-slim-buster AS builder WORKDIR /app