Priority/docker/build.sh

6 lines
141 B
Bash
Raw Normal View History

2024-01-11 12:15:12 +00:00
#!/bin/bash
2024-01-11 15:34:52 +00:00
docker build -t mikif70/topscorer -f ./Dockerfile ../backend.light/
2024-01-11 12:15:12 +00:00
2024-01-11 15:34:52 +00:00
docker save -o topscorer.tar mikif70/topscorer