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
db3f3ad13d
commit
5f3c0f4e7d
@ -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