Browse Source

Merge branch 'master' of github.com:butlerx/wetty

pull/126/head
butlerx 8 years ago
parent
commit
8cd5aaefd1
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 2
      Dockerfile

2
Dockerfile

@ -2,6 +2,6 @@ FROM node:boron
MAINTAINER Nathan LeClaire <nathan@docker.com>
ADD . /app
WORKDIR /app
RUN apt-get update && apt-get upgrade -y && yarn install && yarn global add grunt && yarn build
RUN apt-get update && apt-get upgrade -y && yarn
EXPOSE 3000
CMD yarn start

Loading…
Cancel
Save