Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ghayyad authored Feb 1, 2024
1 parent d5b24df commit 705fd9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# | \ / | | / | . | \ |
# | \/ | | / | . | \ |
# | /\ |---------------|/ | . | \|
# | / \ | / HID | . | Global \
# |/ \| ( | | )
# | / \ | / HID | . | Global \
# |/ \| ( | | )
# |/\/\/\| | | |--| |--| | |
# ------------------------/ \-----/ \/ \-----/ \--------
# \\// \\//\\// \\//
Expand Down Expand Up @@ -65,7 +65,7 @@ RUN if [ -n "$DOMAIN" ] && [ -n "$EMAIL" ]; then \
-out /etc/nginx/ssl/nginx-selfsigned.crt \
-subj "/C=US/ST=State/L=City/O=Organization/CN=${DOMAIN}/emailAddress=${EMAIL}"; \
fi; \
RUN echo 'please update your nginx config to use this certificate: /etc/nginx/ssl/nginx-selfsigned.crt \n and Key file: /etc/nginx/ssl/nginx-selfsigned.key' \
echo 'please update your nginx config to use this certificate: /etc/nginx/ssl/nginx-selfsigned.crt \n and Key file: /etc/nginx/ssl/nginx-selfsigned.key' \
fi

# Expose ports 80 and 443
Expand Down

0 comments on commit 705fd9c

Please sign in to comment.