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"]

View File

@@ -7,3 +7,5 @@ COPY ./frontend/package.json .
RUN npm install --verbose && npm cache clean --force
ENV PATH ./node_modules/.bin/:$PATH
CMD ["npm", "run", "dev"]

View File

@@ -64,3 +64,5 @@ RUN chown -R app:app /usr/src/app && \
USER app
RUN python manage.py compilemessages --settings "WYGIWYH.settings"
CMD ["/start-single"]