diff --git a/Dockerfile b/Dockerfile index e5198a4bc..d157d429b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,3 +21,5 @@ COPY --from=BUILD_IMAGE /app/.next ./.next COPY --from=BUILD_IMAGE /app/node_modules ./node_modules CMD yarn start + +EXPOSE 3000