RIS in Docker

This commit is contained in:
2024-11-06 01:08:21 +03:00
parent c4ad849fb3
commit b5cd97d38c
3 changed files with 25 additions and 0 deletions

4
start.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
docker build -t ris:latest .
docker run -d -p 5001:5001 ris