From 3484daf8706a6122de6a04af2595932b224afa99 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Wed, 30 Oct 2024 11:53:36 +0100 Subject: [PATCH] chore: change default port in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b11432e..d43f89b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ COPY --from=backend-builder /app/backend/images ./backend/images COPY ./scripts ./scripts RUN chmod +x ./scripts/*.sh -EXPOSE 3000 +EXPOSE 80 ENV APP_ENV=production # Use a shell form to run both the frontend and backend