Add empty setup.json file in Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user