8000 make docker healthcheck workdir independent (#12344) · localstack/localstack@4e1cf52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e1cf52

Browse files
authored
make docker healthcheck workdir independent (#12344)
1 parent 98e2924 commit 4e1cf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ RUN echo /usr/lib/localstack/python-packages/lib/python3.11/site-packages > loca
170170
# expose edge service, external service ports, and debugpy
171171
EXPOSE 4566 4510-4559 5678
172172

173-
HEALTHCHECK --interval=10s --start-period=15s --retries=5 --timeout=10s CMD .venv/bin/localstack status services --format=json
173+
HEALTHCHECK --interval=10s --start-period=15s --retries=5 --timeout=10s CMD /opt/code/localstack/.venv/bin/localstack status services --format=json
174174

175175
# default volume directory
176176
VOLUME /var/lib/localstack

0 commit comments

Comments
 (0)
0