From 877ce6804fc369ee7686b8ac16eba08e7fddd21d Mon Sep 17 00:00:00 2001 From: "Jessica F. Martinez" Date: Thu, 21 Nov 2024 11:55:01 +0100 Subject: [PATCH] FIX build issues --- Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.production b/Dockerfile.production index 2685695..577772e 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -45,7 +45,7 @@ RUN npm run generate FROM nginx:alpine COPY --from=build /app/.output/public /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf -#EXPOSE 80 +EXPOSE 80 EXPOSE 3000 CMD ["node", "run", "start"] \ No newline at end of file