Skip to content

Commit

Permalink
Merge pull request #131 from yichao-cai/docker-debug
Browse files Browse the repository at this point in the history
Modify docker image WORKDIR to fix find_path() error
  • Loading branch information
srbhr authored Aug 31, 2023
2 parents 0b54ffe + e4269c6 commit 7991881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11.0-slim
WORKDIR /data
WORKDIR /data/Resume-Matcher
COPY . .
RUN apt-get update
RUN apt-get install -y build-essential python-dev git
Expand Down

0 comments on commit 7991881

Please sign in to comment.