Skip to content

Commit b24b34c

Browse files
fix: Added executable permission for dev container
1 parent f879098 commit b24b34c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/setupEnv.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ yarn install
2323
cd ../../
2424

2525
echo "Setting up executable permission for shell scripts"
26+
sed -i 's/\r$//' ./infra/scripts/post_deployment.sh
2627
sudo chmod +x ./infra/scripts/docker-build.sh
28+
sudo chmod +x ./infra/scripts/post_deployment.sh
2729
sudo chmod +x ./src/ContentProcessorAPI/samples/upload_files.sh
2830
sudo chmod +x ./src/ContentProcessorAPI/samples/schemas/register_schema.sh
2931

0 commit comments

Comments
 (0)