ACI-Rental / ACI-Rental/front-end
Docker container cannot be build
Aberta
Build issue
enhancement
good first issue
- Linguagem predominante
- TypeScript
- Estrelas
- 0
- Forks
- 4
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Container creation fails during step :
RUN npm run build -- --prod
Investigation shows this is caused because of bad practice to use :latest in 'Dockerfile' configuration.
There seems to be a compatitiy issue with the latest node release. Using a specific version like e.g. node:14 solves the issue
Quick solution to be taken up: Make Node version specific in Dockerfile
Solution to consider: Integrate latest node release. Investigate option
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.