5 lines
160 B
Bash
5 lines
160 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker build --tag registry.gitlab.com/wolutator/ipythonwithdatabase:latest --tag registry.gitlab.com/wolutator/ipythonwithdatabase:1.0 .
|
||
|
|