From 9ffffcd9277d498f986b2b2f5836b3dc69e14dd2 Mon Sep 17 00:00:00 2001 From: Avior Date: Wed, 8 Nov 2023 23:14:11 +0000 Subject: [PATCH] Update Dockerfile.static --- Dockerfile.static | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.static b/Dockerfile.static index 6f40aee..7a64dea 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -36,3 +36,5 @@ ADD ./nginx.conf /etc/nginx/nginx.conf # Copy dist fro mthe build image COPY --from=BUILD_IMAGE /home/node/dist ./ + +EXPOSE 3000 \ No newline at end of file