Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
salza80 committed Dec 12, 2023
1 parent 8ce09a0 commit 417fad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/lib/http-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class HttpApiConstruct extends Construct {
// Rails HTTP API container image with AWS Lambda Ruby Runtime Interface Client
const apiContainerImage = lambda.DockerImageCode.fromImageAsset(path.join(__dirname, '../../src'), {
//platform: Platform.LINUX_ARM64,
platform: platform.LINUX_AMD64
platform: Platform.LINUX_AMD64
ignoreMode: cdk.IgnoreMode.DOCKER,

entrypoint: [
Expand Down

0 comments on commit 417fad3

Please sign in to comment.