Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: mbfannan <[email protected]>
  • Loading branch information
mbfannan authored Nov 12, 2023
1 parent 6242c42 commit ccfe2d4
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 @@ RUN npm install && \
npm cache clean --force

# Copy your Python requirements file and install Python dependencies
COPY --chown=node:node requirements.txt /usr/src/app/requirements.txt
COPY --chown=node:node career-model/requirements.txt /usr/src/app/requirements.txt
RUN python3 -m pip install --no-cache-dir -r career-model/requirements.txt

# Copy the rest of your application's source code
Expand Down

0 comments on commit ccfe2d4

Please sign in to comment.