This commit is contained in:
David Arranz 2024-09-08 13:04:41 +02:00
parent f1182a3abb
commit c9ae734638

View File

@ -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