You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ All the configuration of your projects happens automatically. So after running t
17
17
18
18
Currently, Exoframe understands and can deploy the following project types:
19
19
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
24
24
25
25
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.
0 commit comments