Added async post command to README.

This commit is contained in:
Travis Reeder
2016-10-12 14:13:46 -07:00
parent df9343f5ed
commit 3e443e604c
7 changed files with 15 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
FROM iron/dind
RUN mkdir /app
ADD functions /app/
ADD functions-alpine /app/functions
WORKDIR /app
CMD ["./functions"]