fixed gittea not showing

This commit is contained in:
2025-12-27 20:57:46 +00:00
parent 899ee3025d
commit db1875a745
2 changed files with 33 additions and 0 deletions

View File

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