0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2024-12-18 00:13:23 +00:00

add ca-certificates tls error email

This commit is contained in:
vx3r 2020-02-03 19:15:12 +09:00
parent 185f135549
commit 8e4d599a14

View File

@ -7,6 +7,7 @@ ADD .env .
ADD ui/dist ui/dist

RUN chmod +x ./wg-gen-web-linux-amd64
RUN apk add --no-cache ca-certificates

EXPOSE 8080