use make instead of lots of files

This commit is contained in:
TomPallister
2020-01-13 22:43:16 +00:00
parent fe60a97d27
commit ec7f0de562
13 changed files with 24 additions and 23 deletions

View File

@ -6,4 +6,4 @@ COPY ./. .
RUN chmod u+x build.sh
RUN /bin/bash -c "/src/build.sh"
RUN make build