Skip to content

Commit

Permalink
fix: upload file path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed Oct 30, 2023
1 parent 6a194ae commit 904893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/parallel.star
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run_parallel(plan, args):
config = ServiceConfig(
image = "parallelfinance/parallel:latest",
files = {
"/app": "output",
"/app": "configs",
},
ports = {
"parachain": PortSpec(9944, transport_protocol = "TCP"),
Expand Down

0 comments on commit 904893a

Please sign in to comment.