Add price check

This commit is contained in:
2026-05-11 21:28:59 +10:00
parent 136df1ce51
commit 1b04d500d1
29 changed files with 1258 additions and 0 deletions
+2
View File
@@ -42,6 +42,7 @@ COPY invest/ ./invest/
COPY netscan/ ./netscan/
COPY nginxmon/ ./nginxmon/
COPY routermon/ ./routermon/
COPY pricemon/ ./pricemon/
COPY new_theme/ ./new_theme/
COPY templates/ ./templates/
COPY locale/ ./locale/
@@ -146,6 +147,7 @@ COPY --chown=appuser:appuser invest/ ./invest/
COPY --chown=appuser:appuser netscan/ ./netscan/
COPY --chown=appuser:appuser nginxmon/ ./nginxmon/
COPY --chown=appuser:appuser routermon/ ./routermon/
COPY --chown=appuser:appuser pricemon/ ./pricemon/
COPY --chown=appuser:appuser new_theme/ ./new_theme/
COPY --chown=appuser:appuser templates/ ./templates/
COPY --chown=appuser:appuser static/ ./static/