Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fix docs deployment logic
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside committed Feb 21, 2024
1 parent ad2f557 commit caab2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile.docs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
ENTRYPOINT ["uvicorn", "docs.landing:app", "--host", "0.0.0.0", "--port", "4444"]
1 change: 1 addition & 0 deletions docs/deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ resource "null_resource" "build_and_upload" {
provisioner "local-exec" {
command = <<EOT
docker build \
--no-cache \
--platform=linux/amd64 \
-t ${azurerm_container_registry.acr.login_server}/${local.container_name}:latest \
-f ../Dockerfile.docs ../.. && \
Expand Down

0 comments on commit caab2d0

Please sign in to comment.