8 lines
159 B
Bash
Executable File
8 lines
159 B
Bash
Executable File
docker build \
|
|
-t gitea.coupxd.com/cody/go-weather:latest \
|
|
.
|
|
|
|
docker build \
|
|
-t gitea.coupxd.com/cody/go-weather-frontend:latest \
|
|
./frontend
|