We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a306b commit 0c09086Copy full SHA for 0c09086
silverback/_build_utils.py
@@ -45,7 +45,7 @@ def dockerfile_template(
45
dockerfile.append("RUN ape plugins install -U .")
46
47
if contracts_folder:
48
- dockerfile.append(f"COPY {contracts_folder} /app")
+ dockerfile.append(f"COPY {contracts_folder} /app/{contracts_folder}")
49
dockerfile.append("RUN ape compile")
50
51
bot_src = f"{bot_path.parent}/{bot_path.name}" if include_bot_dir else bot_path.name
0 commit comments