Initial setup for phtantomjs
This commit is contained in:
parent
2ec36d75b5
commit
ede72d62b0
4 changed files with 10 additions and 25 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue