mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-14 21:03:46 +02:00
Add error coes and better protocol handling
This commit is contained in:
parent
ce84fd9cf1
commit
dfb82889d3
5 changed files with 171 additions and 27 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue