Docker file fix

This commit is contained in:
nmarcetic 2015-07-28 01:10:32 +02:00
parent c137bda7c4
commit 3e5a93efbf
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ RUN apt-get update -qq && apt-get install -y build-essential
RUN mkdir /src
-###
-# Installations
-###
-# Add Gulp globally
###
# Installations
###
# Add Gulp globally
RUN npm install -g gulp
RUN npm install -g nodemon