FROM ghcr.io/wg-easy/wg-easy:15.3.0

RUN apk add --no-cache nginx jq

COPY run.sh /run.sh
RUN chmod a+x /run.sh

CMD ["/run.sh"]
