Compare commits
1 commit
6c5e91b981
...
3aa05851ef
Author | SHA1 | Date | |
---|---|---|---|
3aa05851ef |
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:3f441909e00e45dadfb8b27db23b3045a3a70007b7f7062e86b48b4ddeda8f15 AS production
|
FROM cgr.dev/chainguard/nginx@sha256:3e8fceac887c9da2279df810d631388b721ff88d7441d638cecf4388014e4404 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