Files
fn-serverless/Dockerfile
2016-06-16 19:32:12 -07:00

8 lines
81 B
Docker

FROM iron/dind
RUN mkdir /app
ADD gateway /app/
WORKDIR /app
CMD ["./gateway"]