app/frontend/build_and_push.sh
myrmidex e383de82a4 Improve style consistency (#5)
Reviewed-on: https://codeberg.org/lvl0/dish-planner/pulls/5
Co-authored-by: myrmidex <myrmidex@myrmidex.net>
Co-committed-by: myrmidex <myrmidex@myrmidex.net>
2025-10-13 17:39:00 +02:00

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