diff --git a/backend/Dockerfile b/backend/Dockerfile index a960e08b7..468dde675 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -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