Skip to content

Commit

Permalink
Also convert other underscore to dash for compose v2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Aug 16, 2024
1 parent b8ba508 commit 2197105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-lambda:
for func in db_manager koodistot_loader ryhti_client ; do \
rm -rf tmp_lambda; \
echo $$func; \
docker cp hame-ryhti_$${func}-1:/var/task tmp_lambda; \
docker cp hame-ryhti-$${func}-1:/var/task tmp_lambda; \
cd tmp_lambda; \
zip -r ../"$${func}.zip" .; \
cd ..; \
Expand Down

0 comments on commit 2197105

Please sign in to comment.