From 99d0c1f4e42bb839e446b65422c88d12fa511210 Mon Sep 17 00:00:00 2001 From: Angel <10299587+Darkangeel-hd@users.noreply.github.com> Date: Fri, 30 Oct 2020 14:06:06 +0100 Subject: [PATCH] Update Dockerfile Expose port 80 --- jikan/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jikan/Dockerfile b/jikan/Dockerfile index a26f8dc..4662082 100755 --- a/jikan/Dockerfile +++ b/jikan/Dockerfile @@ -24,3 +24,5 @@ RUN apt-get update && apt-get install -y \ ADD run-jikan.sh ./ ENTRYPOINT ["./run-jikan.sh"] + +EXPOSE 80