(build) rename makefile to makefile.dev to ease cmake BuildExternal (fix #261)

This commit is contained in:
Benjamin Sergeant
2020-12-22 21:42:39 -08:00
parent 461a645704
commit 1d0432c8c5
5 changed files with 7 additions and 2 deletions

View File

@ -15,7 +15,7 @@ COPY --chown=app:app . /opt
WORKDIR /opt
USER app
RUN make ws_mbedtls_install && \
RUN make -f makefile.dev ws_mbedtls_install && \
sh tools/trim_repo_for_docker.sh
FROM alpine:3.12 as runtime