From 3cc2ae9d4fa772dbb9745a1054620e68249f6db3 Mon Sep 17 00:00:00 2001 From: hellcassius Date: Wed, 26 Jul 2023 23:50:59 -0300 Subject: [PATCH] ajusta dockerfile --- Dockerfile | 5 +++-- start_local.sh | 0 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 start_local.sh diff --git a/Dockerfile b/Dockerfile index a69c328..e54f727 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ COPY . /app ENV NAME=CAIO -RUN pip install -r requirements.txt +ENV PORT=80 +RUN pip install -r requirements.txt -EXPOSE 8080 \ No newline at end of file +EXPOSE 80 \ No newline at end of file diff --git a/start_local.sh b/start_local.sh new file mode 100644 index 0000000..e69de29