Skip to content

Commit f7e1791

Browse files
author
gurekam
committed
LAP-29: Updated dockerfile to add python path
1 parent bbb10ec commit f7e1791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ EXPOSE 5000
3636
# Set environment variables
3737
ENV FLASK_APP=backend/app.py
3838
ENV FLASK_ENV=production
39+
ENV PYTHONPATH=/app
3940

4041
# Start the application
4142
CMD ["python", "backend/app.py"]

0 commit comments

Comments
 (0)