fix(Dockerfile): auth uses 8080 instead of 3000 #30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: push | |
| jobs: | |
| build: | |
| uses: PlaceOS/.github/.github/workflows/build-dev-image.yml@main | |
| secrets: | |
| GHCR_PAT: ${{ secrets.GHCR_PAT }} |