From 0740bfd97d8145f6e10e1853b1c54963f4043a7b Mon Sep 17 00:00:00 2001 From: "James@SCF-GC" Date: Wed, 8 Jun 2022 20:29:51 +0200 Subject: [PATCH] =?UTF-8?q?=C3=A2dded=20port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94a09c6..0c52655 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,5 @@ RUN rm -rf ./* # Copy static assets from builder stage COPY --from=builder /app/dist/schedulord-frontend . # Containers run nginx with global directives and daemon off -ENTRYPOINT ["nginx", "-g", "daemon off;"] \ No newline at end of file +ENTRYPOINT ["nginx", "-g", "daemon off;"] +EXPOSE 80 \ No newline at end of file