1
0
Просмотр исходного кода

docs: update deploy instructions to clarify the requirement of the buildx Docker plugin

Zubarev Grigoriy 7 месяцев назад
Родитель
Сommit
fbbefeb148
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      README.org

+ 2 - 3
README.org

@@ -25,10 +25,9 @@ Join our [[https://mto.vern.cc/#/#cobra-frontends:vern.cc][Matrix room]] for sup
 
 * Deploy with docker
 #+BEGIN_SRC
-rye sync
 rye build --wheel --clean
-docker build . --tag rural-dict
-docker-compose up -d
+docker buildx build . --tag rural-dict
+docker compose up -d
 #+END_SRC
 
 * Dependencies