mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-10-30 16:09:33 +08:00
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user