Compare commits
1 commit
75c09a93f8
...
3d6a56c6ea
Author | SHA1 | Date | |
---|---|---|---|
3d6a56c6ea |
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ COPY . .
|
|||
RUN bun i && bun run build
|
||||
|
||||
# Production stage to run the application
|
||||
FROM cgr.dev/chainguard/nginx@sha256:146bff67b8a48d6edc75007529d6e8306914d264a8861f1bbe2126263f617409 AS production
|
||||
FROM cgr.dev/chainguard/nginx@sha256:dcf05de17c3f03878d45624fbe3271878c87588e8dba997907fa5635b8bee761 AS production
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
|
@ -12,7 +12,7 @@
|
|||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rsbuild/core": "1.5.0",
|
||||
"@rsbuild/core": "1.5.1",
|
||||
"@rsbuild/plugin-react": "1.3.5",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
|
|
Loading…
Reference in a new issue