feat: initial auth service support
This commit is contained in:
parent
d0c3547ef6
commit
2929a6e4bc
10 changed files with 937 additions and 0 deletions
6
Dockerfiles/Dockerfile_auth
Normal file
6
Dockerfiles/Dockerfile_auth
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM ubuntu:22.04
|
||||
|
||||
WORKDIR /app
|
||||
COPY --chmod=755 modules/auth/auth /app
|
||||
EXPOSE 8082
|
||||
ENTRYPOINT ["/app/auth"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue