3 Star 0 Fork 1

mirrors_tabixio/tabix

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile_app_dev 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
Str_8447 提交于 2022-10-08 20:15 +08:00 . Fix some in docker
FROM node:18-alpine
WORKDIR /tabix
RUN npm install -g npm && \
npm install --global yarn --force
#
#
ENV PATH /tabix/node_modules/.bin:$PATH
#
#
COPY front/package*.json ./
COPY front/yarn.lock ./
#
#
RUN npm install --global webpack
RUN rm -f .yarnrc.yml && echo 'nodeLinker: node-modules' > .yarnrc.yml
RUN yarn set version 3.1.1
RUN yarn -v
RUN yarn install --frozen-lockfile
EXPOSE 3000
#
CMD ["yarn", "start"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_tabixio/tabix.git
git@gitee.com:mirrors_tabixio/tabix.git
mirrors_tabixio
tabix
tabix
dev

搜索帮助