change docker to install crow directly.

This commit is contained in:
douwe
2025-08-06 19:22:54 +02:00
parent 1d1e348085
commit 1851792af1
2 changed files with 15 additions and 3 deletions

11
docker_commands.txt Normal file
View File

@@ -0,0 +1,11 @@
# build
sudo docker build -t douwco.be .
# run
sudo docker run -d --name douwco.be -p 8888:8888 douwco.be
# replace
sudo docker stop douwco.be
sudo docker rm douwco.be
sudo docker run -d --name douwco.be -p 8888:8888 douwco.be