An open API service indexing awesome lists of open source software.

https://github.com/baserproject/baser-docker


https://github.com/baserproject/baser-docker

Last synced: 4 months ago
JSON representation

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 .
```