There is something fucked in the heads of pip devs
This commit is contained in:
parent
d35e29559d
commit
1bc19fc8e9
@ -4,7 +4,7 @@ RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
|
|||||||
WORKDIR /home/node/app
|
WORKDIR /home/node/app
|
||||||
USER node
|
USER node
|
||||||
COPY --chown=node:node lib/banter/requirements.txt .
|
COPY --chown=node:node lib/banter/requirements.txt .
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt --break-system-packages
|
||||||
COPY --chown=node:node package*.json ./
|
COPY --chown=node:node package*.json ./
|
||||||
RUN npm i
|
RUN npm i
|
||||||
COPY --chown=node:node . .
|
COPY --chown=node:node . .
|
||||||
|
Loading…
Reference in New Issue
Block a user