Skip to content

Commit

Permalink
Create directories for traces and images
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Jan 3, 2021
1 parent fe28f4a commit cd5bbe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd5bbe7

Please sign in to comment.