Skip to content

Commit

Permalink
Override docker command to only serve the web server, not migrate db (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Apr 7, 2022
1 parent 6e1cd64 commit 9607d4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"containerDefinitions": [
{
"name": "flagsmith-api",
"command": [
"serve"
],
"cpu": 0,
"portMappings": [
{
Expand Down
3 changes: 3 additions & 0 deletions infrastructure/aws/staging/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"containerDefinitions": [
{
"name": "flagsmith-api",
"command": [
"serve"
],
"cpu": 0,
"portMappings": [
{
Expand Down

0 comments on commit 9607d4a

Please sign in to comment.