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