fix: docker-compose failing due to missing frontend i18n file

This commit is contained in:
akhilmhdh
2023-05-16 00:19:03 +05:30
parent d32c5fb869
commit e791684f4d
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": {