Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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
|