mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-01 08:43:30 +02:00
Merge pull request #577 from cisagov/ab/change-docker-node-handle-error
Fix puppeteer crashing error
This commit is contained in:
commit
e9a1c1a596
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ services:
|
||||||
- POSTGRES_PASSWORD=feedabee
|
- POSTGRES_PASSWORD=feedabee
|
||||||
|
|
||||||
node:
|
node:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: node.Dockerfile
|
||||||
image: node
|
image: node
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue