the API for GithubX
> docker-compose up -d
> cp src/main/resources/application-dev.properties.sample src/main/resources/application-dev.properties
The process had been integrated on Github Actions.
You can also publish the image manually:
-
package jar and build Docker image
> docker build -t githubx-api .
-
push Docker image
> docker tag githubx-api riskers/githubx-api > docker push riskers/githubx-api