Skip to content

Commit fc0301f

Browse files
committed
Change readme to reflect usage of node:latest
1 parent 4b4f8e7 commit fc0301f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ All the configuration of your projects happens automatically. So after running t
1717

1818
Currently, Exoframe understands and can deploy the following project types:
1919

20-
1. static html based projects - will be deployed using [nginx](http://hub.docker.com/_/nginx) image
21-
2. node.js based projects - will be deployed using [node:alpine](https://hub.docker.com/_/node) image
22-
3. docker based project - will be deployed using your [Dockerfile](https://docs.docker.com/engine/reference/builder/)
23-
4. docker-compose based project - will be deployed using your [docker-compose](https://docs.docker.com/compose/compose-file/) file
20+
1. Static html based projects - will be deployed using [nginx](http://hub.docker.com/_/nginx) image
21+
2. Node.js based projects - will be deployed using [Node:latest](https://hub.docker.com/_/node) image
22+
3. Docker based project - will be deployed using your [Dockerfile](https://docs.docker.com/engine/reference/builder/)
23+
4. Docker-Compose based project - will be deployed using your [docker-compose](https://docs.docker.com/compose/compose-file/) file
2424

2525
To run Exoframe you need two parts - Exoframe CLI on your local machine and [Exoframe server](https://github.com/exoframejs/exoframe-server) on your server with Docker.
2626

0 commit comments

Comments
 (0)