Skip to content

Commit

Permalink
chmod the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Mar 7, 2024
1 parent f5afb59 commit 58e4a65
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 @@ -11,6 +11,6 @@ RUN Rscript -e "install.packages(c('spelling', 'tidyr'))"

# add spell check script and make it executable
COPY spell-check.R /spell-check.R
RUN chmod +x spell-check.R
RUN chmod +x /spell-check.R

ENTRYPOINT ["/spell-check.R"]

0 comments on commit 58e4a65

Please sign in to comment.