Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 329 Bytes

Build simple dockerized ubuntu image with mysql and node

docker build -t codecup-sql .
docker run -p 8080:8080 codecup-sql

localhost:8080