5 lines
134 B
Bash
5 lines
134 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker build -t mikif70/topscorer -f ./Dockerfile ../backend/
|
||
|
|
||
|
docker save -o topscorer.tar mikif70/topscorer
|