fix: Docker builds (#359)
* Testing: Separate RUN commands * Test with no prune * Copying v2 API app to test * Added NEXT_PUBLIC_API_V2_URL * Added default value for NEXT_PUBLIC_API_V2_URL * add cleanup step in docker-build-push-dockerhub * move cleanup and add directory list for directory context * --WIP * Setting the CWD for building the web app * Trying a workspace command to run with --cwd * Use action to free disk space * combined the jobs * Bring back app router * Clean up * Removed the extra push image step * clean up * Made the checkout more flexible * Just testing the github.ref * Reverted changes related to the version input --------- Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,7 @@ LICENSE=
|
||||
# NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
|
||||
NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_API_V2_URL=http://localhost:5555/api/v2
|
||||
|
||||
# Configure NEXTAUTH_URL manually if needed, otherwise it will resolve to {NEXT_PUBLIC_WEBAPP_URL}/api/auth
|
||||
# NEXTAUTH_URL=http://localhost:3000/api/auth
|
||||
|
||||
Reference in New Issue
Block a user