Skip to content

Commit

Permalink
adds python to docker
Browse files Browse the repository at this point in the history
Pragades-Rajagopal committed Feb 25, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Ailrun Junyoung/"Clare" Jang
1 parent 777fa37 commit 57b0426
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
FROM node:21-alpine3.18
FROM python:3.13.0a4-slim-bookworm
ENV PYTHONPATH "${PYTHONPATH}:/home/python/"
FROM node:18-buster-slim
# RUN apt-get update && apt-get install -y curl
WORKDIR /app/tutoree/

# RUN npm config set python /home/python/

COPY package.json /app/tutoree/
RUN npm install

0 comments on commit 57b0426

Please sign in to comment.