Skip to content

Commit

Permalink
improved docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Jan 17, 2025
1 parent f7d79f7 commit c20be88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY bin/ bin/
COPY package*.json ./

# Install python dependencies
RUN apt-get update --assume-yes && apt-get upgrade --assume-yes
RUN apt-get --assume-yes install pip
COPY scripts/sequence-doc scripts/sequence-doc
RUN npm run install-python-deps
Expand Down

0 comments on commit c20be88

Please sign in to comment.