mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
update node container to use node.dockerfile to set browsers and avoid puppeteer crash
This commit is contained in:
parent
43c899bf70
commit
2938b9242e
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ services:
|
|||
- POSTGRES_PASSWORD=feedabee
|
||||
|
||||
node:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: node.Dockerfile
|
||||
image: node
|
||||
volumes:
|
||||
- .:/app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue