thisisishara
commited on
Commit
•
bc3fa9c
1
Parent(s):
acccbe4
add entrypoint.sh
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -16,6 +16,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
16 |
|
17 |
# Copy the source code
|
18 |
COPY ./rasa-assistant/* .
|
|
|
19 |
|
20 |
# Expose ports
|
21 |
EXPOSE 80 7860 5055
|
|
|
16 |
|
17 |
# Copy the source code
|
18 |
COPY ./rasa-assistant/* .
|
19 |
+
COPY entrypoint.sh .
|
20 |
|
21 |
# Expose ports
|
22 |
EXPOSE 80 7860 5055
|