Reorganize build tools to be less confusing.
[arvados.git] / docker / api / Dockerfile
index 6f3b792f5852f6fbdf5ff37d6042cf7e982c8b17..0ecd7d0cb68273b23a37b1e8161c669ee8feefb2 100644 (file)
@@ -37,6 +37,7 @@ RUN bundle install --gemfile=/usr/src/arvados/services/api/Gemfile && \
     ./script/create_superuser_token.rb $(cat /tmp/superuser_token) && \
     chown www-data:www-data config.ru && \
     chown www-data:www-data log -R && \
+    mkdir tmp && \
     chown www-data:www-data tmp -R
 
 # Configure Apache and Passenger.