Refactor Dockerfile

Switch to Alpine + compat and download zoraxy_plugin from the plugins repository
This commit is contained in:
PassiveLemon
2025-04-06 15:25:21 -04:00
parent b1824a66a3
commit 8bcc8e7095
4 changed files with 43 additions and 15 deletions

View File

@@ -31,8 +31,7 @@ jobs:
- name: Setup building file structure
run: |
cp -lr $GITHUB_WORKSPACE/src/ $GITHUB_WORKSPACE/docker/
cp -lr $GITHUB_WORKSPACE/example/ $GITHUB_WORKSPACE/docker/
cp -lr $GITHUB_WORKSPACE/src/ $GITHUB_WORKSPACE/docker/src/
- name: Build and push Docker image
uses: docker/build-push-action@v6