blob: 9fa87e18a2ef18f924243e79d16fa420533d2b37 [file] [log] [blame]
# build docker images
echo Building base image from OpenWhisk Swift3 Action
(cd swift3Action; docker build -t swift3action:base .)
echo Building Swift Playground enabled version of OpenWhisk Swift3 Action
docker build -t swift3action:playground .