/Adonis-Docker

This is my first project with Docker

Primary LanguageTypeScript

Adonis-Docker

P.s: This is a simple Adonis API's project just to practice Dockers.

To start this project you need to following step (With Docker installed):

docker run -d -p 80:3333 caiorodrigues/adonis-docker:1

You can also switch the port 80 and the port 3333 to another one as you wish.