This repository was archived by the owner on Mar 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ ARG LOCALSTACK_BUILD_VERSION
131131# add project files necessary to install all dependencies
132132ADD Makefile pyproject.toml plux.ini ./
133133# add the localstack start scripts (necessary for the installation of the runtime dependencies, i.e. `pip install -e .`)
134- ADD bin/localstack bin/localstack.bat bin/localstack -supervisor bin/
134+ ADD bin/localstack-supervisor bin/
135135
136136# add the code as late as possible
137137ADD localstack-core/ /opt/code/localstack/localstack-core
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN --mount=type=cache,target=/root/.cache \
5858# add files necessary to install all dependencies
5959ADD Makefile pyproject.toml requirements-base-runtime.txt ./
6060# add the localstack start scripts (necessary for the installation of the runtime dependencies, i.e. `pip install -e .`)
61- ADD bin/localstack bin/localstack.bat bin/localstack -supervisor bin/
61+ ADD bin/localstack-supervisor bin/
6262
6363# Install dependencies for running the LocalStack base runtime (for S3)
6464RUN --mount=type=cache,target=/root/.cache \
@@ -78,7 +78,7 @@ ARG LOCALSTACK_BUILD_VERSION
7878# add project files necessary to install all dependencies
7979ADD Makefile pyproject.toml plux.ini requirements-base-runtime.txt ./
8080# add the localstack start scripts (necessary for the installation of the runtime dependencies, i.e. `pip install -e .`)
81- ADD bin/localstack bin/localstack.bat bin/localstack -supervisor bin/
81+ ADD bin/localstack-supervisor bin/
8282
8383# add the code as late as possible
8484ADD localstack-core/ /opt/code/localstack/localstack-core
You can’t perform that action at this time.
0 commit comments