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