test/rails/Dockerfile in taperole-2.0.6 vs test/rails/Dockerfile in taperole-2.0.7
- old
+ new
@@ -18,10 +18,10 @@
RUN echo 'n' | tape installer install
ADD ./test/rails/tape_vars.yml taperole/tape_vars.yml
# FIXME
# Disable ufw bc docker gets mad about iptables
-RUN sed -i '/ufw/d' taperole/omnibox.yml
+RUN sed -i '/ufw/d' taperole/provision.yml
# Run Tape
RUN echo '[omnibox]' > taperole/hosts
RUN echo 'localhost ansible_connection=local be_app_env=production be_app_branch=master' >> taperole/hosts
RUN tape ansible provision