5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/bash
|
|
|
|
docker build -t rubble.se:5000/urmo/flappy .
|
|
docker push rubble.se:5000/urmo/flappy
|