From db8458122f6a728a8d9f9b02f4c6fe5c894ae012 Mon Sep 17 00:00:00 2001 From: Alex Rennie-Lis Date: Thu, 6 Jun 2024 23:04:10 +0100 Subject: [PATCH] Fixed workdir --- Dockerfile | 2 ++ code/ui.html | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 code/ui.html diff --git a/Dockerfile b/Dockerfile index 2a924d1..87dfc7e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,6 @@ HEALTHCHECK CMD curl -f http://localhost:8088/health || exit 1 EXPOSE 8088 +WORKDIR /data + CMD [ "node", "/app/index.js" ] diff --git a/code/ui.html b/code/ui.html new file mode 100644 index 0000000..1de4b47 --- /dev/null +++ b/code/ui.html @@ -0,0 +1,99 @@ + + + + + +User Management + + + +
+

User Management

+
+
+ + +
+
+ + +
+
+ + +
+ +
+ + + + + + + + + + + + +
UsernamePasswordDescriptionActions
+
+ + + +