From f15526fe9eafa2f36479cff8a3916f8fa7b5099c Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Thu, 6 Apr 2023 11:36:31 +0200 Subject: [PATCH] Add 8080 as an exposed port to the Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72baf4a..b54819c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,4 +35,5 @@ RUN cd /work/malscan && \ cp malscan /usr/local/bin/malscan # Entrypoint -CMD /usr/local/bin/malscan \ No newline at end of file +CMD /usr/local/bin/malscan +EXPOSE 8080 \ No newline at end of file