mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 22:46:37 +00:00
fixed typos and add new line in last line
This commit is contained in:
@@ -22,9 +22,9 @@ RUN mkdir -p /opt/rdpgw && cd /opt/rdpgw && \
|
||||
openssl x509 -req -days 365 -in server.csr -signkey key.pem -out server.pem
|
||||
|
||||
# add user
|
||||
RUN adduser --disabled-password --gecos "" --home /opt/rdpgw --uid 1001 rdgw
|
||||
RUN adduser --disabled-password --gecos "" --home /opt/rdpgw --uid 1001 rdpgw
|
||||
|
||||
# build rdwgw and set rights
|
||||
# build rdpgw and set rights
|
||||
RUN git clone https://github.com/bolkedebruin/rdpgw.git /app && \
|
||||
cd /app && \
|
||||
go mod tidy && \
|
||||
@@ -46,4 +46,4 @@ COPY rdpgw.yaml /opt/rdpgw/rdpgw.yaml
|
||||
|
||||
USER 1001
|
||||
WORKDIR /opt/rdpgw
|
||||
ENTRYPOINT /opt/rdpgw/rdpgw
|
||||
ENTRYPOINT /opt/rdpgw/rdpgw
|
||||
|
||||
Reference in New Issue
Block a user