faas/gateway/build.sh
Alex Ellis bd146f526c Sync async_nats work with master
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-08-29 19:40:08 +01:00

8 lines
190 B
Bash
Executable File

#!/bin/sh
export TAG="latest-dev"
echo Building functions/gateway:$TAG
docker build --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy \
-t functions/gateway:$TAG .