diff --git a/Dockerfile b/Dockerfile index a089702..51c7b32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,11 +21,6 @@ # copy app files to our work directory (~/app) COPY ./CaSSAndRA . - # bugfix some Python library - ##RUN mkdir -p /root/.local/lib/python3.10/site-packages/dash_daq - ##COPY ./bugfix_dash_daq_min/dash_daq.min.js /root/.local/lib/python3.10/site-packages/dash_daq - COPY ./bugfix_dash_daq_min/dash_daq.min.js /usr/local/lib/python3.10/site-packages/dash_daq - # define the volume where our files will be stored VOLUME ["/home/cassandra/.cassandra"]