From c40d22427a7f393260dc0886bf8c2f8b44dceefd Mon Sep 17 00:00:00 2001 From: Ploc <391-ploc@users.noreply.framagit.org> Date: Fri, 18 Jun 2021 11:30:48 +0200 Subject: [PATCH] feat: expose container port --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bbee699..ce57106 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,5 +19,6 @@ WORKDIR /home/lutim RUN /bin/sh /home/lutim/docker/build.sh USER lutim +EXPOSE 8080 ENTRYPOINT ["/bin/sh", "/home/lutim/docker/entrypoint.sh"] \ No newline at end of file