Skip to content

Commit

Permalink
chore: fix docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Oct 25, 2023
1 parent a61786e commit a96e876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_docker.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const command = [
dockerfilePath,
...tags.flatMap((tag) => ['-t', tag]),
...(process.env.DOCKER_BUILD_PLATFORMS
? ['--platform', process.env.DOCKER_BUILD_PLATFORMS.join(',')]
? ['--platform', process.env.DOCKER_BUILD_PLATFORMS]
: []),
'.',
].join(' ');
Expand Down

0 comments on commit a96e876

Please sign in to comment.