6 lines
100 B
Bash
6 lines
100 B
Bash
#!/bin/bash
|
|
docker build -f Dockerfile . \
|
|
-t mtuci-jobs-image:latest \
|
|
--compress \
|
|
--force-rm
|