Compare commits
	
		
			1 commit
		
	
	
		
			4b29f3cd16
			...
			f77179285a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f77179285a | 
					 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:cf0811682395d5454ab3c91fea0b2e977928b69af648655fb2f52f03ae133299 AS production | ||||
| FROM cgr.dev/chainguard/nginx@sha256:a90da691b6053abc4d11e027c6e6f094ffc8256c3cb289ef696bae7fff984ecb AS production | ||||
| COPY --from=build /app/dist /usr/share/nginx/html | ||||
| EXPOSE 8080 | ||||
| ENTRYPOINT ["nginx", "-g", "daemon off;"] | ||||
		Loading…
	
		Reference in a new issue