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