1 Star 3 Fork 4

liux / label-tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
Slava Kim 提交于 2019-03-07 17:43 . Simplify migrations
FROM node:10.15.2
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get install -y sqlite3 libsqlite3-dev
WORKDIR /db
WORKDIR /uploads
WORKDIR /app
COPY . .
RUN yarn install
RUN cd client && yarn install
RUN cd server && yarn install
RUN cd client && yarn build
ENV DATABASE_FILE_PATH=/db/db.sqlite
ENV UPLOADS_PATH=/uploads
ENV PORT=3000
ENV NODE_ENV=production
EXPOSE 3000
CMD ["node", "server/src/index.js"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/liu_xian/label-tool.git
git@gitee.com:liu_xian/label-tool.git
liu_xian
label-tool
label-tool
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891