| commit | 603e73ad0d4a919b989f3affae761611e215a404 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri Oct 22 14:46:45 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri Oct 22 14:46:45 2021 +0400 |
| tree | 6614b0633e9c01d37e54ad4dd78775ec05903078 | |
| parent | 7032d3c7941ba15908f9f9dd784743a7c51a7b96 [diff] [blame] |
Auth: registration/login/logout/whoami
diff --git a/core/auth/ui/Dockerfile b/core/auth/ui/Dockerfile new file mode 100644 index 0000000..8a76b08 --- /dev/null +++ b/core/auth/ui/Dockerfile
@@ -0,0 +1,4 @@ +FROM alpine:latest + +COPY server /usr/bin +RUN chmod +x /usr/bin/server