fix(cd): docker building failed
This commit is contained in:
parent
dd1279ed2b
commit
bc3e1a3647
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ADD . /quickshare
|
||||||
WORKDIR /quickshare
|
WORKDIR /quickshare
|
||||||
RUN /quickshare/scripts/build_exec.sh
|
RUN /quickshare/scripts/build_exec.sh
|
||||||
|
|
||||||
FROM node as build-fe
|
FROM node:lts as build-fe
|
||||||
COPY --from=build-be /quickshare /quickshare
|
COPY --from=build-be /quickshare /quickshare
|
||||||
WORKDIR /quickshare
|
WORKDIR /quickshare
|
||||||
RUN yarn run build:fe \
|
RUN yarn run build:fe \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue