4 lines
128 B
Bash
4 lines
128 B
Bash
#!/bin/bash
|
|
|
|
docker build -f Dockerfile -t docker.sciocatti.com/template:0.0.1 .
|
|
docker push docker.sciocatti.com/template:0.0.1 |