Skip to content

Commit

Permalink
🔥 remove frontend container
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Apr 14, 2024
1 parent 46ead6a commit 7a41e83
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions envs/dev/cloudrun.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ resource "google_cloud_run_service" "cloudrun-dev-main-backend" {
value = "8080"
}
}

containers {
name = "frontend"
image = "asia-northeast1-docker.pkg.dev/${var.project_id}/dev-main/frontend:latest"
env {
name = "PORT"
value = "3000"
}
}
}
}

Expand Down

0 comments on commit 7a41e83

Please sign in to comment.