drop.chapril.org-firefoxsend/Dockerfile
Danny Coates 715b0935bd
surely...
2017-06-22 16:34:55 -07:00

12 lines
130 B
Docker

FROM circleci/node:8
COPY . /app
WORKDIR /app
RUN mkdir static
RUN npm install
ENV PORT=1443
EXPOSE $PORT
CMD ["npm", "start"]