mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-25 17:43:27 +02:00
Update Dockerfile
Add newline at end of file
This commit is contained in:
parent
75b20383d9
commit
9699288b82
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ RUN go build github.com/bolkedebruin/rdpgw/cmd/rdpgw
|
||||||
FROM gcr.io/distroless/static-debian11:nonroot
|
FROM gcr.io/distroless/static-debian11:nonroot
|
||||||
WORKDIR /config
|
WORKDIR /config
|
||||||
COPY --from=0 /src/rdpgw /rdpgw
|
COPY --from=0 /src/rdpgw /rdpgw
|
||||||
CMD ["/rdpgw"]
|
CMD ["/rdpgw"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue