Skip to content
Snippets Groups Projects
Commit 6b07ef8d authored by George Sedov's avatar George Sedov
Browse files

what's wrong with this docker?

parent efa3ef7e
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment