Browse Source

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

pull/126/head
Strubbl 7 years ago
committed by Cian Butler
parent
commit
6280719c70
  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