Skip to content

Commit

Permalink
feat(web-ui): update service and task name for web-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Dec 21, 2022
1 parent 28c78fe commit b3bd3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constructs/ad-hoc/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ export class AdHocApp extends Construct {
image: frontendImage,
listener: props.listener,
command: ['nginx', '-g', 'daemon off;'],
containerName: 'frontend',
family: 'frontend',
containerName: 'web-ui',
family: `${stackName}-web-ui`,
port: 80,
domainName: props.domainName,
pathPatterns: ['/*'],
Expand Down

0 comments on commit b3bd3ce

Please sign in to comment.