You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: localstack-core/localstack/dev/run/configurators.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,8 @@ class EntryPointMountConfigurator:
196
196
For other dependencies, we mount the ``entry_points.txt`` build artifacts.
197
197
198
198
For example, when starting the pro container, the entrypoints of localstack-pro on the host would be in
199
-
``~/workspace/localstack-pro/localstack-pro-core/plux.ini`` which needs to be mounted into the distribution info of the installed dependency within the container:
199
+
``~/workspace/localstack-pro/localstack-pro-core/plux.ini`` which needs to be mounted into the distribution info
0 commit comments