fix(backend): i18n in Docker build
This commit is contained in:
		
							parent
							
								
									c219612d99
								
							
						
					
					
						commit
						3c58f798fb
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -30,6 +30,7 @@ COPY package-lock.json backend/package.json ./ | |||
| RUN npm install --silent --only=production | ||||
| 
 | ||||
| COPY ./docs /docs | ||||
| COPY ./backend/i18n /app/i18n | ||||
| COPY --from=build-stage /app/backend/dist ./dist/ | ||||
| 
 | ||||
| EXPOSE 3000 | ||||
|  |  | |||
		Reference in a new issue