diff --git a/Dockerfile b/Dockerfile index 5d5b1ea92..c0abf4a35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN bower update --allow-root WORKDIR /usr/src/app # install nano for editing -RUN apt-get -y install nano +RUN apt-get -y install nano vim # start the server ADD docker/start_script.sh /usr/src/app/start_script.sh