Add Containerfile and nginx conf; update angular config; make CI pass
All checks were successful
/ build (push) Successful in 29s

This commit is contained in:
phil 2024-12-16 05:26:46 +01:00
parent 2663ad478b
commit 0acf593279
4 changed files with 225 additions and 27 deletions

View file

@ -69,6 +69,7 @@ jobs:
- name: Publish
if: fromJSON(steps.builder.outputs.run)
run: pnpm publish --no-git-checks
continue-on-error: true
- name: Build container
if: fromJSON(steps.builder.outputs.run)