update node container to use node.dockerfile to set browsers and avoid puppeteer crash

This commit is contained in:
Alysia Broddrick 2023-05-05 16:40:59 -07:00
parent 43c899bf70
commit 2938b9242e
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -62,6 +62,9 @@ services:
- POSTGRES_PASSWORD=feedabee
node:
build:
context: .
dockerfile: node.Dockerfile
image: node
volumes:
- .:/app