🤗 Nice changes and Apple "CNA" talk

This commit is contained in:
2022-12-19 14:18:59 +00:00
parent 30fe86403d
commit e71b5ab403
3 changed files with 40 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ LANGTOOL := silviof/docker-languagetool:latest
DOCK := docker # maybe podman?
up:
$(DOCK) run --rm -dn langtool p127.0.0.1:8010:8010 $(LANGTOOL)
$(DOCK) run --rm -dn langtool -p127.0.0.1:8010:8010 $(LANGTOOL)
down:
$(DOCK) kill langtool
pull: