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.
1 parent 0f571c6 commit 9849175Copy full SHA for 9849175
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