Merge pull request #578 from akhilmhdh/fix/compose-fail

fix: docker-compose failing due to missing frontend i18n file
This commit is contained in:
Maidul Islam
2023-05-15 17:47:33 -04:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ services:
volumes:
- ./frontend/src:/app/src/ # mounted whole src to avoid missing reload on new files
- ./frontend/public:/app/public
- ./frontend/next-i18next.config.js:/app/next-i18next.config.js
env_file: .env
environment:
- NEXT_PUBLIC_ENV=development

View File

@@ -1,5 +1,5 @@
{
"name": "npm-proj-1682714485428-0.1455767275640205qNcC1I",
"name": "frontend",
"lockfileVersion": 2,
"requires": true,
"packages": {