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

@@ -31,6 +31,10 @@ COPY build/frappe-nginx/docker-entrypoint.sh /
RUN apt-get update && apt-get install -y rsync && apt-get clean
RUN node --version
RUN npm --version
RUN yarn --version
VOLUME [ "/assets" ]
ENTRYPOINT ["/docker-entrypoint.sh"]