fix: fix the docker building issue
I accidentally removed a character we are all human.pull/912/head
parent
8231dd1463
commit
6cccfec923
|
|
@ -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*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue