We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3635d commit d1768c2Copy full SHA for d1768c2
sh/build_container.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+
3
+# Kill and remove the docker container
4
+docker rm -f refarch_api
5
6
+# Run the docker image with all of the necessary overrides
7
+docker run -itd -p 5001:80 \
8
+-e ASPNETCORE_ENVIRONMENT \
9
+-e NoteTaker__NotificationService__SendGrid__ApiKey \
10
+-e ConnectionStrings__NoteTakerService \
11
+--name refarch_api walterpinson/reference-architecture-api
0 commit comments