TomatoFull commited on
Commit
2e64cce
·
verified ·
1 Parent(s): cf268ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN mkdir -p /app/t
6
 
7
  WORKDIR /app
8
 
9
- RUN git clone https://git.zx2c4.com/wireguard-go . && \
10
  go build -o /usr/local/bin/wireguard-go
11
 
12
  RUN useradd -m appuser
 
6
 
7
  WORKDIR /app
8
 
9
+ RUN git clone https://git.zx2c4.com/wireguard-go ./* && \
10
  go build -o /usr/local/bin/wireguard-go
11
 
12
  RUN useradd -m appuser