Skip to content

Commit

Permalink
Fix copy path issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitkonikov committed Mar 3, 2024
1 parent 628a873 commit 9928fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cp ~/env/mongodb.env ~/cine/mongodb/.env
echo " > Copy additional scripts..."
cp ~/env/feature_setup.sh ~/cine/backend/feature_setup.sh
cp -R ~/env/relations ~/cine/backend/relations
cp -R ~/env/src/features ~/cine/backend/features
cp -R ~/env/src/features ~/cine/backend/src/features

# Start the Docker containers
echo " > Running docker compose up..."
Expand Down

0 comments on commit 9928fc5

Please sign in to comment.