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