Compare commits
1 commit
176860239a
...
30e699fb4e
Author | SHA1 | Date | |
---|---|---|---|
30e699fb4e |
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:a3d9a503bc80ab7f33c567ac773e47f27a3f45d044ec6ce002c4553150b20b4b AS production
|
||||
FROM cgr.dev/chainguard/nginx@sha256:cf5e1e993b0a351365e998953b2224810ed9e7e80b513bbf1e6aea949013e6df AS production
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
Loading…
Reference in a new issue