Made login / register UI. Started implementing validation
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Load variables
|
||||
source ./var.sh
|
||||
|
||||
cd .. && docker compose -f $file down && docker compose -f $file up --build -d
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Load variables
|
||||
source ./var.sh
|
||||
|
||||
cd .. && docker compose -f $file down
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
export file="development.yml"
|
||||
Reference in New Issue
Block a user