From 0316f57205ed241e2d2a7e43f7573190d2314f3a Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Tue, 28 Nov 2023 12:13:14 -0500 Subject: [PATCH] added docker compose --- docker-compose.yml | 6 ++++++ templates/page.html | 25 +++++++++++++------------ 2 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..a0e5d99 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,6 @@ +services: + app: + build: + context: . + ports: + - "3004:8000" diff --git a/templates/page.html b/templates/page.html index b0f5e22..3a0e58e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -12,6 +12,7 @@
+

USAMTS 5/2/35

Problem

Let \(m\) and \(n\) be positive integers. Let \(S\) be the set of all points @@ -30,18 +31,6 @@ construction to even be viable, this quantity clearly needs to be even.

Constructor

- {% if invalid %} -

Invalid Input!

- {% endif %} - {% if nosol %} -

No Valid Solution is Possible!

- {% endif %} - {% if image %} - Solution Image - {% endif %} - {% if works == False %} -

Claimed Construction Fails!!!!

- {% endif %}
@@ -65,6 +54,18 @@
+ {% if invalid %} +

Invalid Input!

+ {% endif %} + {% if nosol %} +

No Valid Solution is Possible!

+ {% endif %} + {% if image %} + Solution Image + {% endif %} + {% if works == False %} +

Claimed Construction Fails!!!!

+ {% endif %}