Compare commits
	
		
			1 commit
		
	
	
		
			8318ce15bf
			...
			6bd544d913
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6bd544d913 | 
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -5,7 +5,7 @@ COPY . . | |||
| RUN  bun i && bun run build | ||||
| 
 | ||||
| # Production stage to run the application | ||||
| FROM cgr.dev/chainguard/nginx@sha256:fdee082ff9298e5d7249d152a2dc2d971ea1a41c2119d83f9006c05a42e1225d AS production | ||||
| FROM cgr.dev/chainguard/nginx@sha256:7c032103f078883fe4071beac4be4f076ad6355421e6168d63ec6f1af7f6b7ed AS production | ||||
| COPY --from=build /app/dist /usr/share/nginx/html | ||||
| EXPOSE 8080 | ||||
| ENTRYPOINT ["nginx", "-g", "daemon off;"] | ||||
|  | @ -12,7 +12,7 @@ | |||
|     "react-dom": "^19.0.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@rsbuild/core": "1.4.1", | ||||
|     "@rsbuild/core": "1.4.2", | ||||
|     "@rsbuild/plugin-react": "1.3.2", | ||||
|     "@types/react": "^19.0.0", | ||||
|     "@types/react-dom": "^19.0.0", | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue