TomatoFull commited on
Commit
a2cc8e8
·
verified ·
1 Parent(s): 8fc48d7

Update Dockerfile

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