1 Star 0 Fork 0

CCXXXI / flutter.cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "3.9"
services:
site:
image: flt-dev
build:
context: .
target: dev
command: ["make", "serve"]
env_file: shared.env
environment:
- NODE_ENV=development
- JEKYLL_ENV=development
- DISABLE_TESTS=$DISABLE_TESTS
- FIREBASE_ALIAS=$FIREBASE_ALIAS
- FIREBASE_TOKEN=$FIREBASE_TOKEN
ports:
- "4002:4002"
- "35729:35729"
- "5500:5500"
volumes:
- ./:/app
- site_bundle:/usr/local/bundle
volumes:
site_bundle:
JavaScript
1
https://gitee.com/ccxxxi/flutter.cn.git
git@gitee.com:ccxxxi/flutter.cn.git
ccxxxi
flutter.cn
flutter.cn
master

搜索帮助