Move supplier full pull to being an api for the ember app and handle login and authorization a little bit better (should be even a lot better in the future)
This commit is contained in:
@@ -24,3 +24,6 @@ docker build -f faye/Dockerfile -t mozo_faye .
|
||||
|
||||
# 5. Spin up the counter container from the generated image
|
||||
docker run --network=host --env DRB_ENV=production --detach --name=mozo_faye mozo_faye
|
||||
|
||||
# To just start the container created through al these steps without rebuilding them:
|
||||
# docker container start $(docker ps -a -q --filter ancestor=mozo_faye)
|
||||
|
||||
Reference in New Issue
Block a user