Refactor Dockerfile and docker-compose.yml to use new directory structure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-18 00:49:47 +02:00
parent 44e63e4265
commit d5671b7569
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ RUN npm install
COPY . . COPY . .
RUN mkdir -p /app/cdn-app-insider/data /app/cdn-app-insider/report /app/cdn-app-insider/cdn-files
EXPOSE 5053 EXPOSE 5053
CMD [ "npm", "run", "start" ] CMD [ "npm", "run", "start" ]