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