Merge remote-tracking branch 'origin/dev' into feat/question-routes
This commit is contained in:
		
						commit
						b2fccbd949
					
				
					 3 changed files with 2 additions and 3 deletions
				
			
		|  | @ -44,7 +44,6 @@ RUN npm install --silent --only=production | |||
| 
 | ||||
| COPY ./docs ./docs | ||||
| COPY ./backend/i18n ./backend/i18n | ||||
| COPY ./backend/.env ./backend/.env | ||||
| 
 | ||||
| EXPOSE 3000 | ||||
| 
 | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ services: | |||
|         restart: unless-stopped | ||||
|         volumes: | ||||
|             # TODO Replace with environment keys | ||||
|             - ./backend/.env:/app/.env | ||||
|             - ./backend/.env:/app/dwengo/backend/.env | ||||
|         depends_on: | ||||
|             - db | ||||
|             - logging | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ services: | |||
|             - '3000:3000/tcp' | ||||
|         restart: unless-stopped | ||||
|         volumes: | ||||
|             - ./backend/.env.staging:/app/.env | ||||
|             - ./backend/.env.staging:/app/dwengo/backend/.env | ||||
|         depends_on: | ||||
|             - db | ||||
|             - logging | ||||
|  |  | |||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl