Skip to content

Commit

Permalink
Update Dockerfile_mitie
Browse files Browse the repository at this point in the history
Missed this one apparently.
  • Loading branch information
wrathagom authored Jul 10, 2018
1 parent 523fe27 commit 255f77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile_mitie
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ RUN apt-get update -qq \
&& apt-get remove -y wget \
&& apt-get autoremove -y

COPY sample_configs/config_mitie.json ${RASA_NLU_HOME}/config.json
COPY sample_configs/config_mitie.yml ${RASA_NLU_HOME}/config.yml

VOLUME ["/app/projects", "/app/logs", "/app/data"]

EXPOSE 5000

ENTRYPOINT ["./entrypoint.sh"]
CMD ["start", "-c", "config.json"]
CMD ["start", "-c", "config.yml"]

0 comments on commit 255f77b

Please sign in to comment.