diff --git a/Dockerfile b/Dockerfile index 9a0bd93..82bf785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,10 @@ RUN [ ! -f cdn-files ] && touch cdn-files || true RUN [ ! -f report ] && touch report || true +RUN [ ! -f user.json ] && touch user.json || true + +RUN [ ! -f file_info.json ] && touch file_info.json || true + EXPOSE 5053 CMD [ "npm", "start" ] \ No newline at end of file