Sign in
apache
/
cloudstack
/
refs/heads/docker
/
.
/
docker-java
/
src
/
test
/
resources
/
testAddFile
/
Dockerfile
blob: 38afcdd4897ae809c78622f3052947e64d2e8a5d [
file
] [
log
] [
blame
]
FROM ubuntu
# Copy testrun.sh files into the container
ADD
./
testrun
.
sh
/
tmp
/
run cp
/
tmp
/
testrun
.
sh
/
usr
/
local
/
bin
/
&&
chmod
+
x
/
usr
/
local
/
bin
/
testrun
.
sh
CMD
[
"testrun.sh"
]