Added backend tests and npm test to Dockerfile
This commit is contained in:
@@ -31,6 +31,9 @@ RUN apk del .npm-install-virt
|
||||
USER appuser
|
||||
ENV NODE_ENV production
|
||||
|
||||
# test
|
||||
RUN npm test
|
||||
|
||||
# cleanup
|
||||
USER root
|
||||
RUN rm -r ./src ./public/js-source ./bio-proxy-configuration-for-docker && \
|
||||
|
||||
Reference in New Issue
Block a user