Shpota / goxygen

Generate a modern Web project with Go and Angular, React, or Vue in seconds 🎲

Home Page:https://goxygen.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distribute Goxygen as a Docker image

Shpota opened this issue · comments

Add an ability to run Goxygen from a Docker image so that a user would not have to go get the Goxygen package.
Add a CI step to build and push docker images to GitHub Packages.

Let me help!

Hi, I just make a draft for PR later, there is still permission issues

orgmatileg:feature/ci-docker-build-and-push

#107

Hi, Please review the latest PR #108 @Shpota

You can try
docker run -e UID=$(echo $UID) -e GID=$(echo $GID) -v $(pwd):/app/generated ghcr.io/orgmatileg/goxygen:ci-docker-build-and-push init my-app