OSDN Git Service

[Add]: Add how to build on docker
authoryangniao23 <47053316+yangniao23@users.noreply.github.com>
Wed, 12 Feb 2020 11:52:23 +0000 (20:52 +0900)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 11:52:23 +0000 (20:52 +0900)
Howtobuild_on_docker.md [new file with mode: 0644]

diff --git a/Howtobuild_on_docker.md b/Howtobuild_on_docker.md
new file mode 100644 (file)
index 0000000..06de31b
--- /dev/null
@@ -0,0 +1,10 @@
+## ビルド
+dockerがインストール済みのLinux環境で行ってください。
+
+```bash
+git clone https://github.com/SereneTeam/alterlinux.git
+cd alterlinux
+sudo ./docker-build.sh
+```
+#### Dockerでビルドする場合
+DockerfileのCMD欄を書き換えることでオプションが選べます。