Compare commits
1 commit
1a55460a81
...
ff7d8f2a1a
| Author | SHA1 | Date | |
|---|---|---|---|
| ff7d8f2a1a |
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:3069fe2cfb038709e1b432d1c286ce281d4449c2ded50ee43e7f3d4cf89f0a5d AS production
|
||||
FROM cgr.dev/chainguard/nginx@sha256:a7547a488088bf308014f72f6dc449223b7e1174c6f9b117e4bbc6f65ae1a7f8 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.6.0",
|
||||
"@rsbuild/core": "1.5.17",
|
||||
"@rsbuild/plugin-react": "1.4.1",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue