mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
8 lines
134 B
Docker
8 lines
134 B
Docker
FROM dexidp/dex:v2.35.3
|
|
|
|
COPY dex-config.yaml /etc/dex/cfg/config.yaml
|
|
|
|
EXPOSE 5556
|
|
|
|
CMD ["dex", "serve", "/etc/dex/cfg/config.yaml"]
|