1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-05 19:05:18 +02:00

Update README and remove old screenshots. Added password to Dockerfiles

This commit is contained in:
Paweł Malak 2021-11-13 23:25:50 +01:00
parent b6b0857f17
commit 91e99e1bcc
8 changed files with 6 additions and 3 deletions

View file

@ -26,5 +26,6 @@ WORKDIR /app
EXPOSE 5005
ENV NODE_ENV=production
ENV PASSWORD=flame_password
CMD ["node", "server.js"]