u
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM node:16.18-bullseye
|
||||
FROM arm64v8/node:16.18-bullseye
|
||||
LABEL org.opencontainers.image.authors="luk"
|
||||
|
||||
RUN npm i -g --registry https://registry.npm.taobao.org @vue/cli@4
|
||||
RUN cd / && echo -e "\n" | vue create --registry https://registry.npm.taobao.org -p dcloudio/uni-preset-vue uniapp-cli
|
||||
# 上一行自动选择了第一个空模板,因此需要额外按照 sass
|
||||
# 上一行自动选择了第一个空模板,因此需要额外安装 sass
|
||||
RUN cd /uniapp-cli && npm i -D --registry https://registry.npm.taobao.org sass@1.49.8 sass-loader@8.0.2
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user