[WJ-1293] Add wws service to support wjfiles routes, add Caddy for reverse proxying and HTTPS #10
Workflow file for this run
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: '[backend] Docker build Caddy (prod)' | |
| on: | |
| pull_request: | |
| paths: | |
| - 'install/prod/caddy/*' | |
| - '.github/workflows/docker-build-caddy.prod.yaml' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Build image | |
| run: docker build -f install/prod/caddy/Dockerfile . | |
| env: | |
| DOCKER_BUILDKIT: 1 |