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 5100bff commit 6242c42
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 @@ -16,7 +16,7 @@ RUN npm install && \

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

# Copy the rest of your application's source code
COPY --chown=node:node . /usr/src/app
Expand Down

0 comments on commit 6242c42

Please sign in to comment.