Fixed docker example sshd init

This commit is contained in:
Olof Hagsand 2022-12-12 09:49:05 +01:00
parent 61e2f014be
commit 7621b2f2f3
4 changed files with 28 additions and 9 deletions

View file

@ -62,6 +62,9 @@ distclean: clean
docker: clixon Dockerfile
sudo docker build -t $(IMG) $(DOCKERFLAGS) .
start: docker
./start.sh # kill (ignore error) and the start it
push:
sudo docker push $(IMG)
depend: