mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01:00
feat: cleanup vite configs
This commit is contained in:
@@ -41,3 +41,5 @@ RUN sed -i 's/\r$//g' /start && \
|
||||
chmod +x /start-supervisor
|
||||
|
||||
COPY ./app .
|
||||
|
||||
CMD ["/start-supervisor"]
|
||||
|
||||
@@ -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"]
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user