Skip to content

Commit

Permalink
Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rojopolis committed May 24, 2019
1 parent 2dfd620 commit 956711c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ RUN apt-get update && apt-get install -y \
aspell \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install pyspelling
COPY entrypoint.sh /entrypoint.sh
COPY spellcheck.yaml /spellcheck.yaml
ENTRYPOINT ["entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 956711c

Please sign in to comment.