1 Star 0 Fork 0

为风找理由的草/nuxt-vuetify-dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 232 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rekryt 提交于 2023-02-13 16:48 . Update to nuxt3 and vuetify3
FROM node:18.12.0-alpine
# create destination directory
RUN mkdir -p /home/nuxt
WORKDIR /home/nuxt
# copy the app, note .dockerignore
COPY . /home/nuxt/
RUN npm install
RUN npm run build
EXPOSE 3000
CMD [ "npm", "run", "start" ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/c9567/nuxt-vuetify-dashboard.git
git@gitee.com:c9567/nuxt-vuetify-dashboard.git
c9567
nuxt-vuetify-dashboard
nuxt-vuetify-dashboard
master

搜索帮助