mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-01-22 21:50:32 +01:00
4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker build -t "superseriousbusiness/gotosocial:$(cat version)" .
|