Skip to content
Snippets Groups Projects
Unverified Commit 9699288b authored by bolkedebruin's avatar bolkedebruin Committed by GitHub
Browse files

Update Dockerfile

Add newline at end of file
parent 75b20383
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ RUN go build github.com/bolkedebruin/rdpgw/cmd/rdpgw
FROM gcr.io/distroless/static-debian11:nonroot
WORKDIR /config
COPY --from=0 /src/rdpgw /rdpgw
CMD ["/rdpgw"]
\ No newline at end of file
CMD ["/rdpgw"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment