Skip to content

Commit

Permalink
Readme: planette => contributte
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x authored May 2, 2021
1 parent 5f607c8 commit 21c0e27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nette in Docker
# Nette Docker / Nette Dockerfles

<img align="right" src="https://github.com/dockette.png">

Expand Down Expand Up @@ -34,7 +34,7 @@ make build
```

```bash
docker build -t planette/nette ./sandbox
docker build -t nette ./sandbox
```

### Usage
Expand All @@ -44,14 +44,14 @@ make dev
```

```bash
docker run -it --rm -p 8000:80 planette/nette
docker run -it --rm -p 8000:80 nette
```

Now you can open `http://localhost:8000` in your browser.

### Demo

![](https://raw.githubusercontent.com/planette/dockerfiles/master/.docs/sandbox.png "Nette Sandbox")
![](https://raw.githubusercontent.com/contributte/dockerfiles/master/.docs/sandbox.png "Nette Sandbox")

-----

Expand Down

0 comments on commit 21c0e27

Please sign in to comment.