Compare commits
1 commit
d048550414
...
ed3b450062
| Author | SHA1 | Date | |
|---|---|---|---|
| ed3b450062 |
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:b90c66b33dcc8a487b01d94d331fa0c2370fe8bedff334f60651a315103f0aad AS production
|
||||
FROM cgr.dev/chainguard/nginx@sha256:467d6f24728ad59f214a15626a834e911de08dcd47c767f01d2cdaadd101ce20 AS production
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@rsbuild/core": "1.6.2",
|
||||
"@rsbuild/plugin-react": "1.4.1",
|
||||
"@rsbuild/plugin-react": "1.4.2",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"typescript": "5.9.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue