Update DockerCompose.template, Dockerfile, Upload.js, and upload.ejs files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-14 15:57:58 +02:00
parent 4e2e085a63
commit 1006dcb1f5
5 changed files with 65 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
FROM node:14
WORKDIR /app/cdn-app-insider
WORKDIR /home/cdn-app
COPY package*.json ./
@@ -10,4 +10,4 @@ COPY . .
EXPOSE 5053
CMD [ "npm", "start" ]
CMD [ "npm", "start" ]