Reviewed-on: https://codeberg.org/lvl0/dish-planner/pulls/5 Co-authored-by: myrmidex <myrmidex@myrmidex.net> Co-committed-by: myrmidex <myrmidex@myrmidex.net>
3 lines
No EOL
141 B
Bash
Executable file
3 lines
No EOL
141 B
Bash
Executable file
#!/bin/bash
|
|
docker build -t 192.168.178.152:50114/dishplanner-frontend:latest .
|
|
docker push 192.168.178.152:50114/dishplanner-frontend:latest |