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