Update Dockerfile to work with gulp
This commit is contained in:
parent
9734a41304
commit
d0c580cf75
@ -3,8 +3,8 @@ FROM node
|
|||||||
ADD . /opt/webogram
|
ADD . /opt/webogram
|
||||||
WORKDIR /opt/webogram
|
WORKDIR /opt/webogram
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install -g gulp && npm install
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["node", "server.js", "8000", "0.0.0.0"]
|
CMD ["gulp", "watch"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user