From 8fd2d35f26854566bb2f89e657f436b682676733 Mon Sep 17 00:00:00 2001 From: HIM_PROD_PRO_LAPTOP Date: Fri, 8 Nov 2024 13:46:59 -0500 Subject: [PATCH] created docker file --- Dockerfile | 2 +- multi-container-app | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 multi-container-app diff --git a/Dockerfile b/Dockerfile index f709ee64..a1547869 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN npm install \ && npm run build \ && rm -fr node_modules -EXPOSE 3000 +EXPOSE 8088:80 # Start the app using serve command CMD [ "serve", "-s", "build" ] \ No newline at end of file diff --git a/multi-container-app b/multi-container-app new file mode 160000 index 00000000..244c4022 --- /dev/null +++ b/multi-container-app @@ -0,0 +1 @@ +Subproject commit 244c4022238786c39a946d5c0faeb1237c8f01cf