Compare commits
1 commit
3aa2731fc1
...
4c2d51c1c5
Author | SHA1 | Date | |
---|---|---|---|
4c2d51c1c5 |
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:b11110e90c8d24647aadd5babc234db0bf20fe72da16d49b956987c073643416 AS production
|
FROM cgr.dev/chainguard/nginx@sha256:a86ee41571dfe0a5e5af1a0b43c5ff99f3d41b4182bccae3dbfe3afcf7484c99 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