MVPilgrim commited on
Commit
49be5eb
·
verified ·
1 Parent(s): 281bc1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -45,6 +45,8 @@ FROM python:3.11.5
45
  RUN apt update
46
  WORKDIR /app
47
 
 
 
48
  COPY ./requirements.txt /app/requirements.txt
49
  COPY ./semsearch.py /app/semsearch.py
50
  COPY ./startup.sh /app/startup.sh
 
45
  RUN apt update
46
  WORKDIR /app
47
 
48
+ RUN ls -l / || ls -l /lib || ls -l /usr || ls -l /usr/lib6 || echo "### An ls failed."
49
+
50
  COPY ./requirements.txt /app/requirements.txt
51
  COPY ./semsearch.py /app/semsearch.py
52
  COPY ./startup.sh /app/startup.sh