Compare commits
1 commit
4990da921c
...
4180af5976
| Author | SHA1 | Date | |
|---|---|---|---|
| 4180af5976 |
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ steps:
|
||||||
when:
|
when:
|
||||||
- event: [tag, manual, push, pull_request]
|
- event: [tag, manual, push, pull_request]
|
||||||
branch: main
|
branch: main
|
||||||
image: docker@sha256:96789d56621ae702a2f8aa316c87a1a1875dd3f02bf67cdcb56a524a09fa3af9
|
image: docker@sha256:ecac43e78380d9b9d3bd24f0ab42b370f6391a1a06a66065c10a00b9d6d57a3e
|
||||||
environment:
|
environment:
|
||||||
DOCKER_USERNAME:
|
DOCKER_USERNAME:
|
||||||
from_secret: docker_public_username
|
from_secret: docker_public_username
|
||||||
|
|
|
||||||
|
|
@ -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:816d865f2888f57d68928fc61049924ddd81523c1a0d1762fb2724f5eca6873e AS production
|
FROM cgr.dev/chainguard/nginx@sha256:2d770db928ae2395c72e4c6e6e0e38ffb8313d9aa15fc8ce6fc70043db52a180 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.6.4",
|
"@rsbuild/core": "1.6.6",
|
||||||
"@rsbuild/plugin-react": "1.4.2",
|
"@rsbuild/plugin-react": "1.4.2",
|
||||||
"@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