add scripts
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
FROM debian:trixie-slim
|
||||||
|
|
||||||
|
|
||||||
|
COPY build/oidc-demo /oidc-demo
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
|
|
||||||
|
ENTRYPOINT ["/oidc-demo"]
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
docker build -t ds/oidc-demo .
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
go build -o build/oidc-demo .
|
||||||
Reference in New Issue
Block a user