@@ -0,0 +1,3 @@
+#/usr/bin/sh
+export DOCKER_BUILDKIT=1
+docker build . -f docker/Dockerfile-with-nginx -t tuonina/nginx-with-ui:latest
@@ -1,6 +1,7 @@
#!/bin/bash
CURRENT_DIR=$(cd $(dirname $0); pwd)
-mkdir ./local
+
+mkdir -p ./local
mkdir -p ./local/data/db
cp -rf ./server/conf ./local
cp -rf ./server/static ./local
@@ -1,3 +1,3 @@
#/usr/bin/sh
export DOCKER_BUILDKIT=1
-docker build . -f docker/Dockerfile -t nginx-ui:latest
+docker build . -f docker/Dockerfile -t tuonina/nginx-ui:latest