diff --git a/Dockerfile.server b/Dockerfile.server index b570078..9294659 100644 --- a/Dockerfile.server +++ b/Dockerfile.server @@ -19,10 +19,11 @@ RUN mkdir -p ./server COPY shared ./shared COPY server ./server -CMD pwd && ls -la +#CMD pwd && ls -la + +RUN cd ./shared && yarn install --production +RUN cd ./server && yarn install --production -#RUN cd ./server && yarn install --production -#RUN cd ./shared && yarn install --production