From: Michal Migurski Date: Sat, 2 Jan 2021 23:05:47 +0000 (-0800) Subject: Create directories for traces and images X-Git-Tag: live~1845^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e19e58f059a39d3e9591a8d870f6a26695ca9c21?hp=-c Create directories for traces and images --- e19e58f059a39d3e9591a8d870f6a26695ca9c21 diff --git a/Dockerfile b/Dockerfile index 33812d25d..701f8dfcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,3 +48,6 @@ RUN gem install bundler \ # Install NodeJS packages ADD package.json yarn.lock /app/ RUN yarnpkg install + +# Create directories for traces and images +RUN mkdir -pv /home/osm/traces /home/osm/images