mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-02-16 15:09:48 +03:00
* go mod tidy * complete example config * add tls support for db connection * add certpool to tlsConfig * add some lil docker scripts
3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker build -t "superseriousbusiness/gotosocial:$(cat version)" .
|