[Fix] 🐛 Remove unnecessary VOLUME declaration in Dockerfile

This commit is contained in:
Harry-zklcdc
2025-07-23 16:50:53 +08:00
parent f82d04e7d3
commit 16c9c7aec5
-1
View File
@@ -24,7 +24,6 @@ RUN BRANCH=$(git rev-parse --abbrev-ref HEAD) && \
FROM alpine
VOLUME /app
WORKDIR /app
RUN apk add --no-cache tzdata