Add empty setup.json file in Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-18 01:01:35 +02:00
parent d5671b7569
commit 423f7d4989

View File

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