From f3543e2657641e6a01336fc6783869f13119905a Mon Sep 17 00:00:00 2001 From: Harry-zklcdc Date: Wed, 23 Jul 2025 16:50:53 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=20=F0=9F=90=9B=20Remove=20unnecessary=20V?= =?UTF-8?q?OLUME=20declaration=20in=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d0a272..efa5001 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,6 @@ RUN BRANCH=$(git rev-parse --abbrev-ref HEAD) && \ FROM alpine -VOLUME /app WORKDIR /app RUN apk add --no-cache tzdata