Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial authored May 10, 2024
1 parent 61aae94 commit 88df392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV NODE_VERSION v16
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.39.5/install.sh | bash

COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
RUN pip install --break-system-packages -r requirements.txt

COPY package.json /app
COPY package-lock.json /app
Expand Down

0 comments on commit 88df392

Please sign in to comment.