feat: fix frontend docker image build fail (#314)

This commit is contained in:
Joel
2023-06-07 16:47:49 +08:00
committed by GitHub
parent 040eacb8bd
commit b5ade19c75
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ WORKDIR /app/web
COPY package.json /app/web/package.json
RUN npm install
RUN npm install --only=prod
COPY . /app/web/