Skip to content

Commit

Permalink
docker: fix the new hierarchy in prod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Mar 14, 2024
1 parent 5e3cab8 commit 74680be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ COPY --from=0 /src/files/compile_extraction_dataset.py /usr/bin/compile_extracti

# According to the documentation, gunicorn is a valid production server
# https://www.uvicorn.org/deployment/
WORKDIR /src/backend
WORKDIR /src/backend/src
ENV PYTHONPATH="${PYTHONPATH}:/src/backend"

# We should put this into a config file
Expand Down

0 comments on commit 74680be

Please sign in to comment.