Skip to content

Commit

Permalink
Merge pull request #242 from bento-platform/fix-bentopublic-about-files
Browse files Browse the repository at this point in the history
Modified bento public dev docker yaml to have en/fr_about.html files
  • Loading branch information
SanjeevLakhwani authored Jun 10, 2024
2 parents 232fa74 + 418721d commit 3442a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ services:
volumes:
- ./repos/public:/bento-public
- ./packs:/packs
- ${PWD}/lib/public/en_about.html:/bento-public/src/public/en_about.html
- ${PWD}/lib/public/fr_about.html:/bento-public/src/public/fr_about.html
environment:
- BENTO_GIT_NAME
- BENTO_GIT_EMAIL
Expand Down

0 comments on commit 3442a3a

Please sign in to comment.