From 1fb54880d6e07e7cc39c8171c9577243c3c3e085 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Thu, 16 Apr 2026 14:18:46 +1000 Subject: [PATCH] fix build --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54a67a2..e482a51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ COPY core/ ./core/ COPY links/ ./links/ COPY netscan/ ./netscan/ COPY nginxmon/ ./nginxmon/ -COPY routermon/ ./rountermon/ +COPY routermon/ ./routermon/ COPY new_theme/ ./new_theme/ COPY templates/ ./templates/ COPY locale/ ./locale/ @@ -143,6 +143,7 @@ COPY --chown=appuser:appuser core/ ./core/ COPY --chown=appuser:appuser links/ ./links/ COPY --chown=appuser:appuser netscan/ ./netscan/ COPY --chown=appuser:appuser nginxmon/ ./nginxmon/ +COPY --chown=appuser:appuser routermon/ ./routermon/ COPY --chown=appuser:appuser new_theme/ ./new_theme/ COPY --chown=appuser:appuser templates/ ./templates/ COPY --chown=appuser:appuser static/ ./static/