diff --git a/Dockerfile b/Dockerfile index 65bd9f4..c1a0f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,9 @@ COPY . . RUN mkdir -p /app/cdn-app-insider/data /app/cdn-app-insider/report /app/cdn-app-insider/cdn-files +# Create an empty setup.json file +RUN touch /app/cdn-app-insider/data/setup.json + EXPOSE 5053 CMD [ "npm", "run", "start" ]