Browse Source

Update Dockerfile to work with gulp

master
Vincent Ambo 9 years ago
parent
commit
d0c580cf75
No known key found for this signature in database
GPG Key ID: 66F505681DB8F43B
  1. 4
      Dockerfile

4
Dockerfile

@ -3,8 +3,8 @@ FROM node @@ -3,8 +3,8 @@ FROM node
ADD . /opt/webogram
WORKDIR /opt/webogram
RUN npm install
RUN npm install -g gulp && npm install
EXPOSE 8000
CMD ["node", "server.js", "8000", "0.0.0.0"]
CMD ["gulp", "watch"]

Loading…
Cancel
Save