issues
search
nitishragu12
/
Capstone-Project
0
stars
0
forks
source link
Deploy/init
#107
Closed
somni1oquist
closed
1 month ago
somni1oquist
commented
1 month ago
In order to deploy, build action has to be performed and thus I updated the
eslint
version.
Due to the newer
eslint
version, the app failed to pass all type checks.
I updated and adjusted a few components to pass the check.
Created a
Dockerfile
to run the build command for
ui
.
Add an argument in the created
Dockerfile
to set
NEXT_PUBLC_API_URL
as an env var.
Parameterised allowed CORS origin to allow app to fetch env var.
Demo is available via the link provided in group chat.
eslint
version.eslint
version, the app failed to pass all type checks.Dockerfile
to run the build command forui
.Dockerfile
to setNEXT_PUBLC_API_URL
as an env var.