Skip to content

Commit

Permalink
Fix command format
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Jul 19, 2023
1 parent bc4d39d commit 2df8fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/production/container.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "azurerm_container_group" "app" {
cpu = "0.5"
memory = "1.5"

commands = ["celery", "--app API.api_worker", "worker", "--loglevel=INFO"]
commands = ["celery", "--app", "API.api_worker", "worker", "--loglevel=INFO"]

ports {
port = 8080
Expand Down

0 comments on commit 2df8fda

Please sign in to comment.