A progressive Node.js framework for building efficient and scalable server-side applications.
Pull image from DockerHub:
docker pull dockerhubenrique/dockerhub:simple-api-blog
Run project with docker:
docker run -e JWT_SECRET="secret" \
-e JWT_EXPIRATION_TIME="1d" \
-e DATABASE_URL="file:./dev.db" \
-d -p 3000:3000 dockerhubenrique/dockerhub:simple-api-blog