Browse Source

add python & perl deps,fix typo (#10)

pull/123/head
Strubbl 8 years ago
committed by cbutler
parent
commit
3e5ba2897d
No known key found for this signature in database GPG Key ID: 9EB3D625BD14DDEC
  1. 4
      Dockerfile

4
Dockerfile

@ -1,7 +1,7 @@
FROM node:boron-apline
FROM node:boron-alpine
MAINTAINER Nathan LeClaire <nathan@docker.com>
ADD . /app
WORKDIR /app
RUN apk add --update build-base && yarn
RUN apk add --update build-base python perl && yarn
EXPOSE 3000
CMD yarn start

Loading…
Cancel
Save