This commit is contained in:
David Arranz 2024-09-08 13:08:16 +02:00
parent 571034e9e1
commit 36113b23e3

View File

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