Enumerate node packages

This commit is contained in:
Davide Bortolami
2020-03-08 16:24:07 +00:00
parent 7a38666a84
commit d46c97f64a
6 changed files with 21 additions and 0 deletions

View File

@@ -30,5 +30,8 @@ RUN ln -s /usr/local/bin/docker-entrypoint.sh / # backwards compat
WORKDIR /home/frappe/frappe-bench/sites
RUN node --version
RUN npm --version
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["start"]