From 9849175bed34ccdef01f8d2910123d3ed5e5c6b1 Mon Sep 17 00:00:00 2001 From: notarock Date: Fri, 22 May 2020 02:19:58 -0400 Subject: [PATCH] Update Dockerfile Fixed type --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c9c0fd..2a51353 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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'