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