Skip to content

Commit

Permalink
add empty line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
aroundabout committed Nov 6, 2023
1 parent d6aff34 commit 2d70c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugegraph-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ RUN set -x \
VOLUME /loader

ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD [ "/bin/bash" ]
CMD [ "/bin/bash" ]
2 changes: 1 addition & 1 deletion hugegraph-loader/docker/example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ services:
# mount your own data here
# volumes:
# - /path/to/data/file:/loader/file
tty: true
tty: true

0 comments on commit 2d70c48

Please sign in to comment.