Compare commits
1 commit
ff7d8f2a1a
...
0575a62c5b
| Author | SHA1 | Date | |
|---|---|---|---|
| 0575a62c5b |
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ COPY . .
|
|||
RUN bun i && bun run build
|
||||
|
||||
# Production stage to run the application
|
||||
FROM cgr.dev/chainguard/nginx@sha256:a7547a488088bf308014f72f6dc449223b7e1174c6f9b117e4bbc6f65ae1a7f8 AS production
|
||||
FROM cgr.dev/chainguard/nginx@sha256:52a0cf63458e45c9d80e9e99911afa9ede16eb21de42710cf4909fb720123684 AS production
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
||||
Loading…
Reference in a new issue