Fix contact, edit Dockerfile, and package.json, fix small bugs in pages

This commit is contained in:
E
2021-09-11 21:24:21 +01:00
parent 592be102b8
commit cd2950074b
5 changed files with 19 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ ENV NODE_ENV=production
WORKDIR /app
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install && npm install nodemon
RUN npm install && npm build-tails && npm install nodemon
COPY . .
CMD [ "npm", "start" ]