From: Michal Migurski Date: Sat, 2 Jan 2021 23:05:47 +0000 (-0800) Subject: Create directories for traces and images X-Git-Tag: live~2307^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/e19e58f059a39d3e9591a8d870f6a26695ca9c21 Create directories for traces and images --- 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