[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #3 from asashiho/local
Browse files Browse the repository at this point in the history
Update Docker file and README
  • Loading branch information
icoxfog417 committed Jul 16, 2017
2 parents 8824b88 + c004fb4 commit 3c5dfaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pip install -r /tmp/requirements.txt
COPY . /src/

# port
#EXPOSE 8080
EXPOSE 8080

# deamon run
WORKDIR /src/server/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you want to build DockerImage yourself, you can just run:

```bash
$ docker build -t magenta_session .
$ docker run -it --rm -p 80:8080 magenta-session
$ docker run -it --rm -p 80:8080 magenta_session
```
**Tips!** Docker to automatically clean up the container and remove the file system when the container exits, you can add the `--rm`

Expand Down

0 comments on commit 3c5dfaf

Please sign in to comment.