Merge pull request #577 from cisagov/ab/change-docker-node-handle-error

Fix puppeteer crashing error
This commit is contained in:
Alysia Broddrick 2023-05-08 09:06:42 -07:00 committed by GitHub
commit e9a1c1a596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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