Files
SkydiveLogs/start-docker.sh
Sébastien André 9a9dc3fbea Update for Docker
2021-01-21 16:48:43 +01:00

6 lines
112 B
Bash

#!/bin/sh
service nginx start
cd /app/API/
dotnet skydiveLogs-api.dll --verbose d --urls=http://localhost:5001