Compare commits
	
		
			1 commit
		
	
	
		
			efdbf5320f
			...
			2f114afab0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2f114afab0 | 
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -5,7 +5,7 @@ COPY . . | |||
| RUN  bun i && bun run build | ||||
| 
 | ||||
| # Production stage to run the application | ||||
| FROM cgr.dev/chainguard/nginx@sha256:df247ba2ea49057bc802d0a9b85cc68316bf70b4874876249b06046c9f7a89ea AS production | ||||
| FROM cgr.dev/chainguard/nginx@sha256:18a5c9ebf0b896072855fb1ed146b17ab7fb1cdb341327a8ae8ac57ab81ceb5c AS production | ||||
| COPY --from=build /app/dist /usr/share/nginx/html | ||||
| EXPOSE 8080 | ||||
| ENTRYPOINT ["nginx", "-g", "daemon off;"] | ||||
		Loading…
	
		Reference in a new issue