This commit is contained in:
azure 2025-10-16 10:10:55 -04:00 committed by GitHub
commit 864328d033
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ RUN bun run build
FROM nginx:stable-alpine
EXPOSE 80/tcp
COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /app/build /usr/share/nginx/html