Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip install pipenv \
# Also note that you STILL NEED to run this inside your local repo
# if you are using the provided docker-compose, which mount local folder to /app

openssl req -x509 -newkey rsa:4096 \
RUN openssl req -x509 -newkey rsa:4096 \
-nodes -out cert.pem -keyout key.pem -days 365 \
-subj '/CN=localhost'

Expand Down