fix docker and force redirect to https

This commit is contained in:
schlagmichdoch 2023-01-17 10:23:19 +01:00
parent 2671aa128f
commit 6707021e04
3 changed files with 5 additions and 39 deletions

View file

@ -10,4 +10,4 @@ COPY . .
EXPOSE 3000
CMD ["node", "index.js"]
RUN npm start:prod