feat(data-plane): implement phase3c gateway
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM scratch
|
||||
|
||||
COPY verse-gateway /usr/local/bin/verse-gateway
|
||||
|
||||
USER 65532:65532
|
||||
EXPOSE 443/udp
|
||||
ENTRYPOINT ["/usr/local/bin/verse-gateway"]
|
||||
Reference in New Issue
Block a user