Browse Source

remove build step

pull/123/head
Cian Butler 8 years ago
committed by cbutler
parent
commit
3e1e678c0c
No known key found for this signature in database GPG Key ID: 9EB3D625BD14DDEC
  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