diff --git a/Dockerfile b/Dockerfile index c2ed53c..d926989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ RUN npm install COPY . . -RUN [ ! -f cdn-files ] && touch cdn-files || true +RUN mkdir -p cdn-files -RUN [ ! -f report ] && touch report || true +RUN mkdir -p report RUN [ ! -f setup.json ] && echo '{}' > setup.json || true