Skip to content

Commit

Permalink
Merge pull request #75 from eruptionjs/chore/update-docs
Browse files Browse the repository at this point in the history
docs(workspace): removes all references from Docker
  • Loading branch information
devmozao authored Apr 18, 2024
2 parents c868ebb + 01563e6 commit f3b94b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13,520 deletions.
36 changes: 0 additions & 36 deletions .dockerignore

This file was deleted.

28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,6 @@ npm install
npm run dev
```

## Using with Docker

Pre-requisites:

- Install [Docker](https://www.docker.com/get-docker) for your platform.
- Install [docker-compose](https://docs.docker.com/compose/install/) for your platform.

### Try with Docker

Making sure you're in your project directory, run:

```bash
docker-compose -f docker-compose-dev.yml up
```

### Using on Production with Docker

DISCLAIMER: This Docker configuration is for demonstration purposes only. If you plan to use this configuration in a production remember to adjust the Dockerfile for your project's needs!

Making sure you're in your project directory, run:

```bash
docker-compose -f docker-compose.yml up
```
*By default it uses port 80*

The production Dockerfile uses an nginx instance to run the built website, for more configuration options, see [nginx's dockerhub page](https://hub.docker.com/_/nginx)

## Try it online

Want to try Eruption without clone local? Try it on [StackBlitz](https://stackblitz.com/fork/github/eruptionjs/core)
Expand Down
Loading

0 comments on commit f3b94b9

Please sign in to comment.