mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
5 lines
118 B
Bash
Executable File
5 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Deploying stack"
|
|
docker stack rm func ; docker stack deploy func --compose-file docker-compose.yml
|