mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-30 15:36:36 +00:00
Update Dockerfile
Add newline at end of file
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user