This commit is contained in:
Laurent
2025-03-11 12:37:05 +01:00
parent caad5ed4ce
commit ab3b4340ec
7 changed files with 45 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
docker rm $(docker stop $(docker ps -a -q --filter ancestor=letsmeet --format="{{.ID}}"))
docker build -t letsmeet .
docker run -d -p 8080:8080 letsmeet