Block a user
Re-ordered and organized a few things
Re-ordered and organized a few things
also something I forgot to include in the patch: ENV CLOAK_KEY="changeme"
change this to
ENV CLOAK_KEY="changemechangemechangemechangeme"
Re-ordered and organized a few things
add this to /tmp/patch
:
diff --git a/Dockerfile b/Dockerfile
index dd0b3a6..46279ab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,9 @@
-FROM ubuntu:latest
-
ARG BUILD_SERVER…
Re-ordered and organized a few things
I know it seems a tad backwards to test things in a manner that doesn't rely at all on docker-compose given that the way this is primarily used is in the context of a docker-compose environment,…
Re-ordered and organized a few things
for that matter I should have also put a git commit into this to be used as a build arg, which you can test by passing --build-arg GIT_COMMIT=inspi4commithash
to the docker build
command and…
Re-ordered and organized a few things
looks good, something I am not sure of is where we stand without the majority of what was contained in the includes.conf
now that it absent. One way to be sure is to build the container without…