Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|