Update for Docker
This commit is contained in:
6
start-docker.sh
Normal file
6
start-docker.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
service nginx start
|
||||
|
||||
cd /app/API/
|
||||
dotnet skydiveLogs-api.dll --verbose d --urls=http://localhost:5001
|
||||
Reference in New Issue
Block a user