diff options
| author | Fuwn <[email protected]> | 2021-06-08 02:10:28 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-08 02:10:28 +0000 |
| commit | 1fb86c4f227adbc5f15690cdee97973c4f965129 (patch) | |
| tree | 31b50e8bddabd2bf8acc76becdcb1aa91edd14aa /Makefile.toml | |
| parent | docs(whirl_server): remove outdated comment (diff) | |
| download | whirl-1fb86c4f227adbc5f15690cdee97973c4f965129.tar.xz whirl-1fb86c4f227adbc5f15690cdee97973c4f965129.zip | |
refactor(docker): docker compose!
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml index 52af9c6..e133cbe 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -87,6 +87,7 @@ docker load < result ''' [tasks.docker-run] +deprecated = true workspace = false command = "docker" args = [ @@ -98,6 +99,7 @@ args = [ ] [tasks.docker-run-i] +deprecated = true workspace = false command = "docker" args = [ |