Cian Butler
8 years ago
committed by
cbutler
No known key found for this signature in database
GPG Key ID: 9EB3D625BD14DDEC
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -2,6 +2,6 @@ FROM node:boron |
|
|
MAINTAINER Nathan LeClaire <nathan@docker.com> |
|
|
MAINTAINER Nathan LeClaire <nathan@docker.com> |
|
|
ADD . /app |
|
|
ADD . /app |
|
|
WORKDIR /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 |
|
|
EXPOSE 3000 |
|
|
CMD yarn start |
|
|
CMD yarn start |
|
|