Skip to content

Commit

Permalink
small adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 committed Jul 6, 2023
1 parent a5198ae commit 6c21f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ COPY --from=build /app/resources /app/resources
ENV PATH="/app/bin:${PATH}"

RUN chmod -R devlake:devlake /app
#add tini, prevent zombie process

#add tini, prevent zombie process
ENTRYPOINT ["/usr/bin/tini", "--"]

CMD ["lake"]
Expand Down

0 comments on commit 6c21f6e

Please sign in to comment.