V1.0.0-beta.17 Update 1
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed

Note: We appreciate your feedback and bug reports to continue improving our platform. Thank you for your continued support!
This commit is contained in:
2024-12-01 22:18:07 +01:00
parent 710ff642e0
commit 243ab5f55e
15 changed files with 2385 additions and 5215 deletions

View File

@@ -5,15 +5,12 @@ WORKDIR /srv/docker/cdn-app-insider
COPY package*.json ./
RUN npm install
RUN ln -s /srv/docker/cdn-app-insider/data /data
RUN ln -s /srv/docker/cdn-app-insider/cdn-files /cdn-files
RUN ln -s /srv/docker/cdn-app-insider/report /report
COPY . .
EXPOSE 5053
CMD [ "npm", "run", "prod" ]
CMD [ "npm", "run", "start" ]