mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
fixed incorrect path persmissions in docker build
This commit is contained in:
parent
cffc384c8f
commit
c3e978cd8b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /edumeet
|
|||
ENV DEBUG=edumeet*,mediasoup*
|
||||
RUN npm install -g nodemon && \
|
||||
npm install -g concurrently
|
||||
RUN touch /.yarnrc && mkdir -p /.yarn /.cache/yarn && chmod 775 /.yarn /.yarnrc /.cache/yarn
|
||||
RUN touch /.yarnrc && mkdir -p /.yarn /.cache/yarn && chmod -R 775 /.yarn /.yarnrc /.cache
|
||||
CMD concurrently --names "server,app" \
|
||||
"cd server && yarn && yarn dev" \
|
||||
"cd app && yarn && yarn build && yarn start"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue