diff --git a/Dockerfile b/Dockerfile index fcdcf63..2df4a95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,5 @@ CMD ["npm run start"] ENTRYPOINT ["/entrypoint.sh"] FROM dev as prod +WORKDIR /opt/raneto RUN cd custom && npm install