Adds more enlightenment for switching from development to production; adds vim and less to Dockerfile.
Former-commit-id: a8c6c72a9c28f960a955ead231d7d17ff732630f
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ MAINTAINER Jonathan Rosenbaum <bike@bikelover.org>
|
||||
|
||||
COPY . /app/BikeBike
|
||||
|
||||
RUN apt-get update && apt-get install -y nodejs postgresql-client
|
||||
RUN apt-get update && apt-get install -y nodejs postgresql-client vim less
|
||||
|
||||
# Note: phantomjs has been deprecated in favor of headless chrome
|
||||
WORKDIR /app/BikeBike
|
||||
|
||||
Reference in New Issue
Block a user