Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

386
Views
Docker for NodeJS express and Python

I would like to run an express server that can trigger NodeJS code as well as spawn Python processes.

How would I configure the Dockerfile? Would I for example use Ubuntu, Node or Python as my base image?

Pseudocode of Dockerfile:

FROM ???:???-alpine

RUN npm install 
RUN install python?
EXPOSE 8080
CMD [ "node", "index" ]

Pseudocode of running web server:

www.some-url.com/jobs/my-node-js-route
=> express route that runs a node function     

www.some-url.com/jobs/my-python-route
=> express route that spawns a python process     
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I have used the below image and it worked fine when I want to work both on node and python together.

FROM nikolaik/python-nodejs:latest

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!