Merge branch 'main' into nmb/pa11y-scanning

This commit is contained in:
Neil Martinsen-Burrell 2022-09-13 13:02:00 -05:00
commit 5bdd01138c
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
26 changed files with 534 additions and 82 deletions

View file

@ -41,6 +41,15 @@ services:
- POSTGRES_USER=user
- POSTGRES_PASSWORD=feedabee
node:
image: node
volumes:
- .:/app
working_dir: /app
stdin_open: true
tty: true
command: ./run_node_watch.sh
pa11y:
build:
context: .