put the docker image under the 18F namespace

This commit is contained in:
Aidan Feldman 2016-03-10 03:20:05 -05:00
parent 2202ac6080
commit bfb34616f4

View file

@ -10,11 +10,11 @@ if [ -z "$source" ]; then
exit 1
fi
docker build -t s3-resource-simple .
docker build -t 18fgsa/s3-resource-simple .
docker run \
--env-file .env \
--rm \
-v $source:/tmp/input \
s3-resource-simple \
18fgsa/s3-resource-simple \
/opt/resource/out /tmp/input