Skip to content

Commit 00e1209

Browse files
committed
Command
1 parent 0ec4efa commit 00e1209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def compose_nautobot(context):
404404

405405
# Start the container
406406
context.run(
407-
"docker run -itd --rm --name nautobot -v ./uwsgi.ini:/opt/nautobot/uwsgi.ini -p 8000:8000 networktocode/nautobot-lab:latest",
407+
"docker run -itd --rm --name nautobot -v $(pwd)/uwsgi.ini:/opt/nautobot/uwsgi.ini -p 8000:8000 networktocode/nautobot-lab:latest",
408408
pty=True,
409409
)
410410

0 commit comments

Comments
 (0)