feat: cleanup vite configs

This commit is contained in:
Herculino Trotta
2025-11-23 20:15:06 -03:00
parent 307af9e40a
commit eb4723e890
7 changed files with 13 additions and 23 deletions

View File

@@ -41,3 +41,5 @@ RUN sed -i 's/\r$//g' /start && \
chmod +x /start-supervisor
COPY ./app .
CMD ["/start-supervisor"]