Skip to content

Commit

Permalink
build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed Jun 27, 2024
1 parent 33e12ba commit d3aded0
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 8 deletions.
78 changes: 71 additions & 7 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class GameServer extends Construct {
secrets: this.containerSecrets,
});

containerDef.addMountPoints({sourceVolume: 'efsVolume', containerPath: this.mountTarget.mountTarget, readOnly: false})
containerDef.addMountPoints({ sourceVolume: 'efsVolume', containerPath: this.mountTarget.mountTarget, readOnly: false });

const securityGroup = new ec2.SecurityGroup(this, 'SecurityGroup', {
vpc: this.vpc,
Expand Down

0 comments on commit d3aded0

Please sign in to comment.