fix: 1116

This commit is contained in:
Daan Selen
2026-02-06 19:00:02 +01:00
parent 82f170cd57
commit 07534b6f66
72 changed files with 96 additions and 154 deletions

View File

@@ -117,7 +117,8 @@ ENV TZ="Europe/Amsterdam" \
WGDASH=/opt/wgdashboard
# Create directories needed for operation
RUN mkdir /data /configs -p ${WGDASH}/src /etc/amnezia/amneziawg
RUN mkdir /data /configs -p ${WGDASH}/src /etc/amnezia/amneziawg \
&& echo "name_servers=${global_dns}" >> /etc/resolvconf.conf
# Copy the venv and source files from local compiled locations or repos
COPY ./src ${WGDASH}/src