diff --git a/Dockerfile b/Dockerfile index f5bea04..e6474ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ WORKDIR /app COPY --from=build /app/.output/ ./ # Change the port and host -ENV PORT=80 +ENV PORT=81 ENV HOST=0.0.0.0 EXPOSE 81