diff --git a/ex2/Dockerfile b/ex2/Dockerfile index 44ae8ea..a0dc9b1 100644 --- a/ex2/Dockerfile +++ b/ex2/Dockerfile @@ -1,3 +1,3 @@ FROM scratch COPY app / -CMD ["/app"] \ No newline at end of file +ENTRYPOINT ["/app"]