App update
diff --git a/web/Dockerfile b/web/Dockerfile index 952a479..2812c2b 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -25,7 +25,11 @@ RUN find /library -maxdepth 1 -mindepth 1 > /usr/local/lib/python2.7/dist-packag RUN chmod +x /library/WSQ/WSQ/NBIS/cwsq && \ chmod +x /library/WSQ/WSQ/NBIS/dwsq -RUN find /library -name 'doctester.py' -exec python {} \; +WORKDIR /library/NIST +RUN python doctester.py + +WORKDIR /library/MDmisc +RUN python doctester.py ################################################################################ # Copy the font to the system Submodule web/app 10551bc..6167343: > Patch the AFIS assignment ui
Loading
Please register or sign in to comment