diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6da9efc --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM node:latest + +WORKDIR /usr/local/bin + +RUN node --version diff --git a/README.md b/README.md index d31b628..b315a94 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ### Server side + - Simple structure project - JWT auth with refresh token (made by description https://gist.github.com/zmts/802dc9c3510d79fd40f9dc38a12bccfc ) - Rest api registration, authorization, restore and confirm restore @@ -15,9 +16,10 @@ - Catched email to .eml files on dev mode - Error decorator - Handler error and logging -- Docker compose +- Docker compose (Used to write docker-compose.yanl) ### Client side +testing done - Simple structure project - Create react app @@ -34,4 +36,8 @@ Detailed description of the launch application  in each of these folders -The project will change over time, if you have advice on how to do better write to me `minorforyounot[replace]gmail.com` \ No newline at end of file +The project will change over time, if you have advice on how to do better write to me `minorforyounot[replace]gmail.com` + + +testing purpose +