This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RIS/start.sh
2024-11-06 01:08:21 +03:00

5 lines
74 B
Bash
Executable File

#!/bin/bash
docker build -t ris:latest .
docker run -d -p 5001:5001 ris