Skip to content

Commit

Permalink
Merge pull request #1224 from RasaHQ/wrathagom-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile_mitie
  • Loading branch information
tmbo committed Jul 10, 2018
2 parents 523fe27 + 5d2408d commit 2f31d7b
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", "--path", "/app/projects"]

0 comments on commit 2f31d7b

Please sign in to comment.