Update Dockerfile

This commit is contained in:
Koushik Dutta
2021-10-04 02:26:54 -07:00
committed by GitHub
parent b296a2e3fc
commit 6f310046a4

View File

@@ -16,4 +16,6 @@ WORKDIR /server
RUN npm link @koush/opencv4nodejs
RUN npm run build
ENV COMMIT_SHA=$GITHUB_SHA
CMD npm run serve-no-build