🐳消除打包时的docker警告
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward 2024-12-27 15:36:32 +08:00
parent 48a58759da
commit 9497729378

View File

@ -1,7 +1,7 @@
# 打包前端
FROM node:18-alpine AS build-front
WORKDIR front
WORKDIR /front
COPY . .
WORKDIR ./web