Created
September 20, 2024 06:25
-
-
Save omirobarcelo/d9c42be9172f0152134ff6402bfd25d4 to your computer and use it in GitHub Desktop.
Minimal Puppeteer Docker Compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
minimal: | |
platform: linux/amd64 | |
build: | |
context: . | |
dockerfile: Dockerfile.minimal | |
environment: | |
- NODE_ENV=LOCAL | |
- DOCKER=true | |
- SERVICE=RENTALCARS | |
volumes: | |
- ./output:/app/output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment