Browse Source

Made sure the script is exectable

master
Drew Short 4 years ago
parent
commit
6c7445608a
  1. 2
      Dockerfile

2
Dockerfile

@ -11,6 +11,8 @@ VOLUME /source
COPY . /opt/checker
RUN chmod +x /opt/checker/check_spelling.sh
RUN apt-get -y update \
&& apt-get -y --no-install-recommends install \
aspell \

Loading…
Cancel
Save