mirror of https://github.com/bjdgyc/anylink.git
parent
4a7d534981
commit
36cb865bad
|
@ -1,5 +1,5 @@
|
||||||
# web
|
# web
|
||||||
FROM node:lts-alpine as builder_node
|
FROM node:16.17.1-alpine3.15 as builder_node
|
||||||
WORKDIR /web
|
WORKDIR /web
|
||||||
COPY ./web /web
|
COPY ./web /web
|
||||||
RUN yarn install \
|
RUN yarn install \
|
||||||
|
|
Loading…
Reference in New Issue