justin2341 commited on
Commit
d68fd02
·
verified ·
1 Parent(s): bad2de3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ RUN ldconfig
25
  # Copy Python and application files
26
  COPY ./libalpr.so .
27
  COPY ./app.py .
 
28
  COPY ./alprsdk.py .
29
  COPY ./requirements.txt .
30
  COPY ./alpr_examples ./alpr_examples
 
25
  # Copy Python and application files
26
  COPY ./libalpr.so .
27
  COPY ./app.py .
28
+ COPY ./demo.py .
29
  COPY ./alprsdk.py .
30
  COPY ./requirements.txt .
31
  COPY ./alpr_examples ./alpr_examples