diff --git a/Dockerfile b/Dockerfile index a0d34b0..157a351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # 打包前端 FROM node:18-alpine AS build-front -WORKDIR front +WORKDIR /front COPY . . WORKDIR ./web