mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
eu pipefile
This commit is contained in:
parent
db98951d7c
commit
7db6a0a6bc
2 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -eu pipefail
|
||||||
|
|
||||||
./docker/setup_net.sh
|
./docker/setup_net.sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
set -eu pipefail
|
||||||
|
|
||||||
# frontend
|
# frontend
|
||||||
docker run --net internal --name cors-school-frontend -d --restart=always docker.nilstrieb.dev/cors-school-frontend:1.0.0
|
docker run --net internal --name cors-school-frontend -d --restart=always docker.nilstrieb.dev/cors-school-frontend:1.0.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue