🐳更改了
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
coward 2024-06-04 11:20:55 +08:00
parent cb3dbb9b95
commit 82c34edb04

View File

@ -1,7 +1,7 @@
FROM node:18-alpine as build-stage FROM node:18-alpine as build-stage
WORKDIR front WORKDIR front
COPY ./web-src . COPY . .
WORKDIR web-src WORKDIR web-src
RUN ls -lh RUN ls -lh
@ -11,7 +11,7 @@ RUN npm config set registry https://registry.npmmirror.com
RUN pnpm install RUN pnpm install
RUN pnpm build && \ RUN pnpm build && \
ls -al ls -lh
FROM golang:alpine as build FROM golang:alpine as build