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