1 Star 0 Fork 0

betgar / vue-enterprise-boilerplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-dev.dockerfile 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
# https://github.com/cypress-io/cypress-docker-images/tree/master/base
FROM cypress/base:10.16.0
# Make the `app` folder the current working directory
WORKDIR /app
# Copy dependency-related files
COPY package.json ./
COPY yarn.lock ./
# Install project dependencies
RUN yarn install
# Expose ports 8080, which the dev server will be bound to
EXPOSE 8080
1
https://gitee.com/betgar/vue-enterprise-boilerplate.git
git@gitee.com:betgar/vue-enterprise-boilerplate.git
betgar
vue-enterprise-boilerplate
vue-enterprise-boilerplate
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891