docker build fixes

This commit is contained in:
Benjamin Sergeant
2019-10-26 11:47:08 -07:00
parent 081dd2c4bb
commit 85e00a195c
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