From 36113b23e3afed459ab3dff9b75b7b5291395866 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Sun, 8 Sep 2024 13:08:16 +0200 Subject: [PATCH] . --- Dockerfile.server | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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