Skip to content

Commit 9849175

Browse files
authored
Update Dockerfile
Fixed type
1 parent 0f571c6 commit 9849175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pip install pipenv \
1212
# Also note that you STILL NEED to run this inside your local repo
1313
# if you are using the provided docker-compose, which mount local folder to /app
1414
15-
openssl req -x509 -newkey rsa:4096 \
15+
RUN openssl req -x509 -newkey rsa:4096 \
1616
-nodes -out cert.pem -keyout key.pem -days 365 \
1717
-subj '/CN=localhost'
1818

0 commit comments

Comments
 (0)