Skip to content

Commit

Permalink
Remove container command
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jan 17, 2025
1 parent 04ab171 commit bd2d7cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spire/templates/apps/dovetail-insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ Resources:
Type: AWS::ECS::TaskDefinition
Properties:
ContainerDefinitions:
- Command:
- web
Cpu: !If [IsProduction, 200, 128]
- Cpu: !If [IsProduction, 200, 128]
Environment:
- Name: ID_HOST
Value: !Ref IdHostname
Expand Down

0 comments on commit bd2d7cc

Please sign in to comment.