Initial setup for phtantomjs

This commit is contained in:
Eliot Berriot 2018-01-08 22:47:14 +01:00
commit ede72d62b0
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 10 additions and 25 deletions

View file

@ -1,13 +0,0 @@
FROM node:6-alpine
EXPOSE 8080
RUN mkdir /app
WORKDIR /app
ADD package.json .
RUN npm install
VOLUME ["/app/node_modules"]
CMD ["npm", "run", "dev"]