fix: fix the docker building issue

I accidentally removed a character
  we are all human.
This commit is contained in:
Daan Selen
2025-09-17 15:58:16 +02:00
parent 8231dd1463
commit 6cccfec923

View File

@@ -44,7 +44,7 @@ RUN mkdir -p /workspace && \
git clone https://github.com/WGDashboard/amneziawg-tools /workspace/awg-tools
# Change directory
WORKDIR /workspaceawg-tools/src
WORKDIR /workspace/awg-tools/src
# Compile and change permissions
RUN make && chmod +x wg*