put the docker image under the 18F namespace
This commit is contained in:
parent
2202ac6080
commit
bfb34616f4
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ if [ -z "$source" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker build -t s3-resource-simple .
|
docker build -t 18fgsa/s3-resource-simple .
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
--env-file .env \
|
--env-file .env \
|
||||||
--rm \
|
--rm \
|
||||||
-v $source:/tmp/input \
|
-v $source:/tmp/input \
|
||||||
s3-resource-simple \
|
18fgsa/s3-resource-simple \
|
||||||
/opt/resource/out /tmp/input
|
/opt/resource/out /tmp/input
|
||||||
|
|
Loading…
Reference in a new issue