Skip to content

Commit

Permalink
Update path in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Jul 18, 2024
1 parent 618e7d0 commit 74b5ee0
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 @@ -60,7 +60,7 @@ WORKDIR /usr/src/app
COPY --from=nodejsbuild /usr/src/express-server/build /usr/src/app
COPY --from=nodejsbuild /usr/src/express-server/node_modules /usr/src/app/node_modules

RUN pip install -r /usr/src/app/fhir-tooling/requirements.txt
RUN pip install -r /usr/src/app/importer/requirements.txt

ENV EXPRESS_REACT_BUILD_PATH /usr/src/web/

Expand Down

0 comments on commit 74b5ee0

Please sign in to comment.