8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e2924 commit 4e1cf52Copy full SHA for 4e1cf52
Dockerfile
@@ -170,7 +170,7 @@ RUN echo /usr/lib/localstack/python-packages/lib/python3.11/site-packages > loca
170
# expose edge service, external service ports, and debugpy
171
EXPOSE 4566 4510-4559 5678
172
173
-HEALTHCHECK --interval=10s --start-period=15s --retries=5 --timeout=10s CMD .venv/bin/localstack status services --format=json
+HEALTHCHECK --interval=10s --start-period=15s --retries=5 --timeout=10s CMD /opt/code/localstack/.venv/bin/localstack status services --format=json
174
175
# default volume directory
176
VOLUME /var/lib/localstack
0 commit comments