Skip to content
Snippets Groups Projects
Unverified Commit 2ea39918 authored by Gr3at's avatar Gr3at Committed by GitHub
Browse files

docker run with env from file

parent 82f36143
No related branches found
No related tags found
No related merge requests found
...@@ -40,5 +40,5 @@ To run the server on a Docker container, please execute the following from the r ...@@ -40,5 +40,5 @@ To run the server on a Docker container, please execute the following from the r
docker build -t edge_cloud_management_api . docker build -t edge_cloud_management_api .
# starting up a container # starting up a container
docker run -p 8080:8080 edge_cloud_management_api docker run -p 8080:8080 --env-file ./.env edge_cloud_management_api
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment