We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f571c6 + 9849175 commit 3322b2bCopy full SHA for 3322b2b
Dockerfile
@@ -12,7 +12,7 @@ RUN pip install pipenv \
12
# Also note that you STILL NEED to run this inside your local repo
13
# if you are using the provided docker-compose, which mount local folder to /app
14
15
-openssl req -x509 -newkey rsa:4096 \
+RUN openssl req -x509 -newkey rsa:4096 \
16
-nodes -out cert.pem -keyout key.pem -days 365 \
17
-subj '/CN=localhost'
18
0 commit comments