Sign inSign up

adhondt42/mars

By adhondt42

Updated almost 8 years ago

dev env for node + typescript + mysql

Image
0

313

adhondt42/mars repository overview

Run mysql

docker run --name monopolesql -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=monopolesql -e MYSQL_USER=root -p 3306:3306 -d mysql:5.7.23

Run node env

docker run -it -p 4000:4000 --mount type=bind,source="$(pwd)"/,target=/42 --link monopolesql:mysql mars -> Bind it to the current directory

Usage

Use npm run dev

Tag summary

Content type

Image

Digest

Size

31.7 MB

Last updated

almost 8 years ago

docker pull adhondt42/mars