4 lines
164 B
Bash
4 lines
164 B
Bash
docker build -t aclauncher/processtranslations .
|
|
IMAGE_ID=`docker create -t aclauncher/processtranslations .`
|
|
|
|
docker cp ${IMAGE_ID}:/processTranslations/out ./out
|