Compare commits
1 commit
7cf7ba1b38
...
cd7e28bb52
| Author | SHA1 | Date | |
|---|---|---|---|
| cd7e28bb52 |
1 changed files with 1 additions and 1 deletions
|
|
@ -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:e6ea656575990c50beb48673cacfc2e761d000588d0b2742b744a2e15f851205 AS production
|
FROM cgr.dev/chainguard/nginx@sha256:2c1e4664d75cce12ae94a395620beefe0c48fc69875c6a08975ba1b8c5140438 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;"]
|
||||||
Loading…
Reference in a new issue