sotiriskot commited on
Commit
341be8b
·
verified ·
1 Parent(s): f785926

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -18,9 +18,7 @@ RUN python3 -c "import nltk; nltk.download('punkt'); nltk.download('stopwords')"
18
  RUN --mount=type=secret,id=API_IP,mode=0444,required=true
19
  RUN --mount=type=secret,id=API_PORT,mode=0444,required=true
20
  RUN --mount=type=secret,id=API_ENDPOINT,mode=0444,required=true
21
- RUN $(cat /run/secrets/API_IP)
22
- RUN $(cat /run/secrets/API_PORT)
23
- RUN $(cat /run/secrets/API_ENDPOINT)
24
 
25
  # Set the working directory in the container
26
  WORKDIR /app/src
 
18
  RUN --mount=type=secret,id=API_IP,mode=0444,required=true
19
  RUN --mount=type=secret,id=API_PORT,mode=0444,required=true
20
  RUN --mount=type=secret,id=API_ENDPOINT,mode=0444,required=true
21
+ RUN ls /run/secrets/
 
 
22
 
23
  # Set the working directory in the container
24
  WORKDIR /app/src