Skip to content

Commit ad55ebd

Browse files
Add start-and-wait-steampipe-service.sh to Dockerfile for service management
1 parent 3673a58 commit ad55ebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kdiff-snapshots/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ ENV PATH="/home/steampipe/.local/bin:${PATH}"
3737

3838
COPY --chown=steampipe:steampipe kdiff-snapshots-entrypoint.sh .
3939
COPY --chown=steampipe:steampipe csv-script.sh .
40+
COPY --chown=steampipe:steampipe start-and-wait-steampipe-service.sh .
4041

4142
RUN ls && ls / && ls /home/steampipe
4243
RUN chmod +x *.sh

0 commit comments

Comments
 (0)