diff --git a/Dockerfile b/Dockerfile
index 74d6461e9d5625a4c528fba6ca721ad8014e139d..f4efa81e01e91845d2e5aa036ec955ad556f9561 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 go build \
     -ldflags='-w -s -extldflags "-static"' -a \
     -o /app/backoffice-server .
 
-RUN mkdir /app/mnt /app/mnt/configs
+RUN mkdir -p /app/mnt /app/mnt/configs
 
 RUN chown -Rf "${UID}" ./*