diff --git a/docs/Dockerfile.docs b/docs/Dockerfile.docs index 6d6c59e..82221ce 100644 --- a/docs/Dockerfile.docs +++ b/docs/Dockerfile.docs @@ -10,4 +10,4 @@ RUN mkdir -p /app/raw WORKDIR /app COPY docs/landing.py /app/docs/landing.py COPY raw /app/raw -#ENTRYPOINT ["uvicorn", "docs.landing:app", "--host", "0.0.0.0", "--port", "4444"] \ No newline at end of file +ENTRYPOINT ["uvicorn", "docs.landing:app", "--host", "0.0.0.0", "--port", "4444"] \ No newline at end of file diff --git a/docs/deployment/main.tf b/docs/deployment/main.tf index b60dc19..d30dbe9 100644 --- a/docs/deployment/main.tf +++ b/docs/deployment/main.tf @@ -53,6 +53,7 @@ resource "null_resource" "build_and_upload" { provisioner "local-exec" { command = <