Create directories for cdn-files and report
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-27 20:13:32 +01:00
parent 91ca6260da
commit bdad6f820f

View File

@@ -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