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-17 23:54:51 +02:00
parent 06a694417b
commit 44e63e4265
3 changed files with 4 additions and 11 deletions

View File

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