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