.
This commit is contained in:
parent
571034e9e1
commit
36113b23e3
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user