Merge branch 'pr/137'

This commit is contained in:
Maya 2025-10-16 18:30:57 +03:00
commit 41d9ca121e
No known key found for this signature in database
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