6 lines
101 B
Bash
6 lines
101 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker build --tag wollud1969/homepage:latest --tag wollud1969/homepage:1.0 .
|
||
|
|
||
|
|