diff --git a/Dockerfile.server b/Dockerfile.server index c6c0dad..8271ef7 100644 --- a/Dockerfile.server +++ b/Dockerfile.server @@ -21,8 +21,8 @@ COPY shared . CMD pwd && ls -la -RUN cd ./server && yarn install --production -RUN cd ./shared && yarn install --production +#RUN cd ./server && yarn install --production +#RUN cd ./shared && yarn install --production