Changed back to single Dockerfile

This commit is contained in:
Andreas Greiner 2021-08-08 17:22:27 +02:00
parent 99cdb91a89
commit 9b68218390
3 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
FROM node:14
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
COPY ../../. .
EXPOSE 3000
CMD [ "npm", "start" ]

View File

@ -6,7 +6,7 @@
"express-session": "^1.17.2",
"mqtt": "^4.2.8",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2"
"sqlite3": "5.0.2"
},
"name": "loginbase",
"version": "1.0.0",