ACI-Rental / ACI-Rental/front-end
Docker container cannot be build
未關閉
Build issue
enhancement
good first issue
- 主要語言
- TypeScript
- 星號
- 0
- 分支
- 4
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。