diff --git a/.gitignore b/.gitignore
index 723ef36..62c8935 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.idea
\ No newline at end of file
+.idea/
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 9b9ec91..441e79e 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -19,22 +19,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
@@ -92,6 +80,14 @@
+
+
+
+
+
+
+
+
@@ -150,6 +146,11 @@
+
+
+
+
+
@@ -167,6 +168,10 @@
+
+
+
+
true
@@ -187,10 +192,10 @@
-
+
-
+
@@ -199,25 +204,25 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -243,6 +248,10 @@
+
+
+
+
@@ -265,7 +274,7 @@
file://$PROJECT_DIR$/musicFacade.go
- 139
+ 135
diff --git a/Dockerfile b/Dockerfile
index 22b7044..d51ec60 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ FROM golang:1.15.5-alpine
RUN apk add --no-cache bash
EXPOSE 8080
VOLUME /sorted
-VOLUME /sorterad
+VOLUME /sorterat
VOLUME /doc
ENV DB_HOST ""