From ba8183216434b62a159143e27a3471325d7ad46f Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Fri, 7 Mar 2025 21:53:04 -0600 Subject: [PATCH] export port 80 --- caas.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/caas.Dockerfile b/caas.Dockerfile index 402e495..e52a74c 100644 --- a/caas.Dockerfile +++ b/caas.Dockerfile @@ -2,3 +2,4 @@ FROM nginx:latest COPY cats /usr/share/nginx/html/cats COPY nginx.conf /etc/nginx/nginx.conf COPY default.conf /etc/nginx/conf.d/default.conf +EXPOSE 80