https://github.com/baserproject/baser-docker
https://github.com/baserproject/baser-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baserproject/baser-docker
- Owner: baserproject
- Created: 2022-04-23T09:59:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T08:10:00.000Z (over 1 year ago)
- Last Synced: 2025-07-01T04:37:25.231Z (12 months ago)
- Language: Roff
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker for baserCMS
baserCMS用のDockerコンテナのビルド用プロジェクト。
```shell
# コマンド例(M1対応)
docker buildx build --platform linux/amd64,linux/arm64 -t baserproject/basercms:php8.1 -f dockerfile/Dockerfile-php8.1 --push .
# baserCMS5-dev 梱包版
docker buildx build --platform linux/amd64,linux/arm64 -t baserproject/basercms:5-dev-php8.2 -f dockerfile/Dockerfile-php8.2-baser5-dev --push .
```