test of standalone build
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Deploy docker container / build (push) Successful in 3m41s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Deploy docker container / build (push) Successful in 3m41s
				
			This commit is contained in:
		| @@ -44,7 +44,7 @@ jobs: | ||||
|       - name: Lint | ||||
|         run: yarn lint | ||||
|       - name: Build app and export to ./out | ||||
|         run: EXPORT=1 UNOPTIMIZED=1 yarn build | ||||
|         run: EXPORT=0 UNOPTIMIZED=1 yarn build | ||||
|       - name: Set up Docker Buildx | ||||
|         uses: docker/setup-buildx-action@v3 | ||||
|       - name: Login to Docker Hub | ||||
|   | ||||
| @@ -54,7 +54,7 @@ const securityHeaders = [ | ||||
|   }, | ||||
| ] | ||||
|  | ||||
| const output = process.env.EXPORT ? 'export' : undefined | ||||
| const output = process.env.EXPORT ? 'export' : 'standalone' | ||||
| const basePath = process.env.BASE_PATH || undefined | ||||
| const unoptimized = process.env.UNOPTIMIZED ? true : undefined | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user