mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Merge branch 'main' into nmb/pa11y-scanning
This commit is contained in:
commit
5bdd01138c
26 changed files with 534 additions and 82 deletions
|
@ -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: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue