Update for Docker

This commit is contained in:
Sébastien André
2021-01-21 16:48:43 +01:00
parent a2732f42c7
commit 9a9dc3fbea
10 changed files with 60 additions and 11 deletions

6
start-docker.sh Normal file
View File

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