Skip to content

Commit

Permalink
fix: env key and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Alessandroni committed Jul 17, 2023
1 parent 108334a commit fa990d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ COPY . /usr/src/app
WORKDIR /usr/src/app/server
RUN python manage.py migrate
EXPOSE 8000
ENV DEBUG=False
ENV SECRET_KEY='xx'
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can also just build the available Dockerfile and run the server from there u

```sh
docker build -t ocean-dbs .
docker run -p 8000:8000 ocean-dbs
docker compose up
```

## Support
Expand Down

0 comments on commit fa990d2

Please sign in to comment.