Skip to content

Commit

Permalink
Bind mount
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Nov 12, 2024
1 parent 6367b85 commit f26fe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def start_server(test_data_dir: str) -> str:
'docker', 'run',
'--publish', '5001:5001',
'--detach',
'--volume', f'{test_data_dir}:/AasxServerBlazor/aasxs',
'--mount', f'type=bind,src={test_data_dir},target=/AasxServerBlazor/aasxs',
'docker.io/adminshellio/aasx-server-blazor-for-demo:main',
])
return container_id.decode().strip()
Expand Down

0 comments on commit f26fe49

Please sign in to comment.