Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman authored Oct 23, 2023
1 parent 4377f08 commit 80eb355
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 @@ -15,7 +15,7 @@ WORKDIR /usr/src/app

# Install app dependencies
COPY python-requirements.txt ./
RUN python -m pip install --upgrade pip && python -m pip -r ./python-requirements.txt
RUN python -m pip install --upgrade pip && python -m pip install -r ./python-requirements.txt

COPY package*.json ./
RUN npm install
Expand Down

0 comments on commit 80eb355

Please sign in to comment.