Create directories for traces and images
This commit is contained in:
parent
8c2db90d01
commit
e19e58f059
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue