mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-03 07:46:18 +00:00
fix: fix the docker building issue
I accidentally removed a character we are all human.
This commit is contained in:
@@ -44,7 +44,7 @@ RUN mkdir -p /workspace && \
|
|||||||
git clone https://github.com/WGDashboard/amneziawg-tools /workspace/awg-tools
|
git clone https://github.com/WGDashboard/amneziawg-tools /workspace/awg-tools
|
||||||
|
|
||||||
# Change directory
|
# Change directory
|
||||||
WORKDIR /workspaceawg-tools/src
|
WORKDIR /workspace/awg-tools/src
|
||||||
# Compile and change permissions
|
# Compile and change permissions
|
||||||
RUN make && chmod +x wg*
|
RUN make && chmod +x wg*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user