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