mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 01:44:53 +10:00
build(docker): minimize production docker image size by using ubuntu:focal
This commit is contained in:
+11
-4
@@ -1,7 +1,14 @@
|
||||
{
|
||||
"extends": ["../.eslintrc.json", "next/core-web-vitals"],
|
||||
"ignorePatterns": [".next"],
|
||||
"extends": [
|
||||
"../.eslintrc.json",
|
||||
"next/core-web-vitals"
|
||||
],
|
||||
"ignorePatterns": [
|
||||
".next",
|
||||
"__ENV.js"
|
||||
],
|
||||
"rules": {
|
||||
"@next/next/no-img-element": "off"
|
||||
"@next/next/no-img-element": "off",
|
||||
"@next/next/no-sync-scripts": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user