Answer the question
In order to leave comments, you need to log in
How to get a site on localhost from a Docker container on MacOS?
There is a Nodejs project with a Dockerfile:
FROM node
WORKDIR /var/app
COPY . /var/app
RUN yarn
docker run -d -p 3000:3000 --name myapp rshaibakov/myapp yarn run dev
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question