From 6b07ef8da82ad6a14a3b03f3feaa2255e8af04d7 Mon Sep 17 00:00:00 2001
From: George Sedov <george.sedov@desy.de>
Date: Thu, 17 Feb 2022 16:45:34 +0100
Subject: [PATCH] what's wrong with this docker?

---
 deploy/asapo_services/Dockerfile | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/deploy/asapo_services/Dockerfile b/deploy/asapo_services/Dockerfile
index a33f3ef9d..9330f0c72 100644
--- a/deploy/asapo_services/Dockerfile
+++ b/deploy/asapo_services/Dockerfile
@@ -34,8 +34,28 @@ COPY *.hcl.tpl  /etc/asapo/
 
 RUN mkdir -p /var/log/supervisord/ /etc/consul.d /etc/nomad.d /var/nomad /var/consul
 
+RUN ls -la /var
+
+RUN ls -la /run
+
+RUN ls -la /var/run
+
+RUN ls -la /var/run/asapo
+
+RUN mount
+
 RUN cd /var/run/asapo && terraform init
 
+RUN ls -la /var
+
+RUN ls -la /run
+
+RUN ls -la /var/run
+
+RUN ls -la /var/run/asapo
+
+RUN mount
+
 RUN chmod -R og+wrX /var/log /var/lib /var/tmp /var/run/asapo /var/nomad /var/consul /etc/consul.d /etc/nomad.d
 
 ENTRYPOINT ["supervisord", "--configuration", "/etc/supervisord.conf"]
-- 
GitLab