mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove sudo?
This commit is contained in:
parent
da8d32f01e
commit
9621b97aeb
@ -64,7 +64,7 @@ FROM base as build
|
||||
COPY ./backend/ ./
|
||||
# Also copy external enities from database
|
||||
COPY ./database/entity/ ../database/entity/
|
||||
RUN sudo mount -o bind ./node_modules ../node_modules/
|
||||
RUN mount -o bind ./node_modules ../node_modules/
|
||||
|
||||
# npm install
|
||||
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user