Add error coes and better protocol handling

This commit is contained in:
Bolke de Bruin 2022-08-07 12:03:44 +02:00
parent ce84fd9cf1
commit dfb82889d3
5 changed files with 171 additions and 27 deletions

View file

@ -25,6 +25,7 @@ RUN mkdir -p /opt/rdpgw && cd /opt/rdpgw && \
RUN adduser --disabled-password --gecos "" --home /opt/rdpgw --uid 1001 rdpgw
# build rdpgw and set rights
ARG CACHEBUST
RUN git clone https://github.com/bolkedebruin/rdpgw.git /app && \
cd /app && \
go mod tidy -compat=1.17 && \