mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
Replace existing code in src/opencdeserver with code from the "Kontroll OpenCDE API:s server" POC project on https://github.com/marwiss/Kontroll
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
docker stop kontroll_fastapi
|
||||
docker rm -v kontroll_fastapi
|
||||
docker image rm kontroll_fastapi:latest
|
||||
docker-compose up -d
|
||||
docker logs kontroll_fastapi --follow
|
||||
Reference in New Issue
Block a user