typable / verbal

A mobile app for listening to radio stations from around the globe
https://verbal.fm
GNU General Public License v3.0
0 stars 0 forks source link

Fix "Deploy" action #12

Closed typable closed 2 years ago

typable commented 2 years ago

Find a solution to inject the git version without affecting the docker build process.

image

typable commented 2 years ago

Workflow has been disabled.

typable commented 2 years ago

The font/lib files need to be downloaded with the newly added "deps" script.

typable commented 2 years ago

The new approach to build the Dockerfile:

sudo docker-compose build --build-arg VERSION=$(git log --format="%h" -n 1)
sudo docker-compose up -d