diff --git a/README.md b/README.md index 56442ab..f02a26c 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ Can you write the run.py application and put it in the ex1 folder of the repo? # Ex. 2 - docker -In ex2 folder, you will find a `plik` binary (taken from https://plik.ovh). +In ex2 folder, you will find a `app` binary. -Can you build very lighweight docker image that contains ONLY `plik` binary, and that execute `plik` by default? +Can you build very lighweight docker image that contains ONLY `app` binary, and that execute `app` by default? Push your Dockerfile in the ex2 folder. diff --git a/ex2/app b/ex2/app new file mode 100755 index 0000000..61dabee Binary files /dev/null and b/ex2/app differ