mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +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
|
- 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