FIX-1 - Related to #324 - fixed Docker file go lang ver. to follow server/go.mod minimal go lang requirements, and set web app correct root, resolved warnings argument values (#499)

This commit is contained in:
Andzejs Nereds
2025-02-25 03:40:17 +02:00
committed by GitHub
parent 909473d9aa
commit 6d01795ea4
2 changed files with 6 additions and 5 deletions

View File

@@ -65,5 +65,6 @@
"main": "gulpfile.js",
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"homepage": "./"
}