docker run --mount type=bind,source=.,target=/app
docker build -t portfolio .
docker run -p 3000:3000 portfolio --mount type=bind,source=.,target=/app
Built in part with help from https://github.com/gitname/react-gh-pages
| Name | Name | Last commit date | ||
|---|---|---|---|---|
docker run --mount type=bind,source=.,target=/app
docker build -t portfolio .
docker run -p 3000:3000 portfolio --mount type=bind,source=.,target=/app
Built in part with help from https://github.com/gitname/react-gh-pages