Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 14, 2024
1 parent 2979921 commit 0d6a226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ COPY . .

RUN npm i

# default to lint JS files in CWD
# default to lint JS files in CWD (which can often be passed in via `docker run --workdir=...`)
CMD /app/lint

0 comments on commit 0d6a226

Please sign in to comment.