Skip to content

Commit

Permalink
Add end of lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Aug 15, 2024
1 parent 27d8c2e commit 0417a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ scripts/
examples/

# Ignore output files generated by weaver
**/output/*
**/output/*
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ RUN addgroup weaver \
WORKDIR /weaver
COPY --from=weaver-build /build/target/release/weaver /weaver/weaver
USER weaver
ENTRYPOINT ["/weaver/weaver"]
ENTRYPOINT ["/weaver/weaver"]

0 comments on commit 0417a01

Please sign in to comment.