Skip to content
Permalink
Browse files

fix for missing imagereel directory

  • Loading branch information...
shawnmjones committed May 28, 2019
1 parent 3e27d15 commit fd060ff55544566af94d13f49102cef3650f786f
Showing with 2 additions and 2 deletions.
  1. +1 −1 Dockerfile
  2. +1 −1 sample_appconfig.cfg
@@ -35,7 +35,7 @@ RUN pip install .

COPY sample_appconfig.cfg /etc/mementoembed.cfg

RUN mkdir /app/logs && mkdir -p /app/thumbnails
RUN mkdir /app/logs && mkdir -p /app/thumbnails && mkdir -p /app/imagereels

EXPOSE 5550

@@ -92,7 +92,7 @@ DEFAULT_IMAGE_PATH = "mementoembed/static/images/96px-Sphere_wireframe.svg.png"
# --- IMAGE REEL SETTINGS ---

# The path to where the imagereels are written
IMAGEREEL_WORKING_FOLDER = "/tmp/mementoembed/imagereels"
IMAGEREEL_WORKING_FOLDER = "/app/imagereels"

# amount of time between image transitions, including fades
IMAGEREEL_DURATION = "100"

0 comments on commit fd060ff

Please sign in to comment.
You can’t perform that action at this time.