update to 1.0.2 release of frontend and update readme for frontend

This commit is contained in:
sepehr 2024-12-19 19:27:44 +03:00
parent f57ab29780
commit 2c64726daf
2 changed files with 14 additions and 2 deletions

View file

@ -20,7 +20,7 @@ RUN chmod 0644 /etc/cron.d/mwcrontab
RUN crontab /etc/cron.d/mwcrontab
COPY dist/mikrofront /usr/share/nginx/html
COPY dist/html /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80