From 9497729378e77f26a22c60a8e7975b0151baf113 Mon Sep 17 00:00:00 2001 From: coward Date: Fri, 27 Dec 2024 15:36:32 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=E6=B6=88=E9=99=A4=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=97=B6=E7=9A=84docker=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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