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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,7 +6,8 @@ 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
+ RUN cp ./t/* . && \
11
  go build -o /usr/local/bin/wireguard-go
12
 
13
  RUN useradd -m appuser