Skip to content

Commit

Permalink
add python oath to dockerfile to see if it can locate common directory
Browse files Browse the repository at this point in the history
  • Loading branch information
willc-work committed Dec 20, 2024
1 parent f006e75 commit 83f5be2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:20 as node_build

WORKDIR /home/node
ENV PYTHONPATH=/home/app/fala:$PYTHONPATH

COPY package.json package-lock.json ./
RUN npm install
Expand Down Expand Up @@ -32,6 +33,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ENV HOME /home/app
ENV APP_HOME /home/app
WORKDIR /home/app
ENV PYTHONPATH=/home/app/fala:$PYTHONPATH


#################################################
# DEVELOPMENT
Expand Down

0 comments on commit 83f5be2

Please sign in to comment.