Files
opendan/build_all_in_one.sh
T

6 lines
131 B
Bash
Raw Normal View History

2023-09-29 17:22:22 -07:00
#!/bin/bash
# Build the docker image
docker build -t aios .
2023-09-29 09:39:44 -07:00
docker tag aios:latest paios/aios:latest
docker push paios/aios:latest