mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 16:23:26 +00:00
Corrected docker run command
Signed-off-by: Alex Young <alex@heuris.io>
This commit is contained in:
@ -35,7 +35,7 @@ Now you can run the gateway as its own container and bind-mount in the HTML asse
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ docker run -v `pwd`/gateway/assets:/root/assets -v "/var/run/docker.sock:/var/run/docker.sock" \
|
$ docker run -v `pwd`/gateway/assets:/root/assets -v "/var/run/docker.sock:/var/run/docker.sock" \
|
||||||
-p 8080:8080 --network=func_functions -itd functions/gateway:latest-dev
|
-p 8080:8080 --network=func_functions -d functions/gateway:latest-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Now deploy the rest of the stack with: `./deploy_stack.sh`.
|
Now deploy the rest of the stack with: `./deploy_stack.sh`.
|
||||||
|
Reference in New Issue
Block a user