Making run_build script an executable during container build

This commit is contained in:
Winterflower 2019-11-26 16:28:24 +01:00
parent cc8a27398a
commit ba1c932823

View File

@ -3,4 +3,5 @@ FROM python:${PYTHON_VERSION}
WORKDIR /code/eland WORKDIR /code/eland
COPY . . COPY . .
RUN chmod +x ./run_build.sh
RUN pip install -r requirements-dev.txt RUN pip install -r requirements-dev.txt