mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-17 01:57:34 -06:00
3 lines
80 B
Bash
3 lines
80 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
docker build -t "superseriousbusiness/gotosocial:$(cat version)" .
|