docker build fixes

This commit is contained in:
Benjamin Sergeant
2019-10-26 11:47:08 -07:00
parent 6904dd3f4c
commit ebb31b4e87
4 changed files with 40 additions and 1 deletions

View File

@ -14,7 +14,7 @@ COPY --chown=app:app . /opt
WORKDIR /opt
USER app
RUN [ "make" ]
RUN [ "make", "ws_install" ]
FROM alpine as runtime