mightypanders
7e67d1fed9
All checks were successful
Build a docker image for node-jellyfin-role-ot / build-docker-image (push) Successful in 8s
4 lines
44 B
Bash
Executable File
4 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
echo $1
|
|
docker build --tag $1 .
|