5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build . -f docker/Dockerfile -t git.ohea.xyz/cursorius/server:latest
|
|
docker push git.ohea.xyz/cursorius/server:latest
|