Skip to content

Commit

Permalink
ajusta dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellcassius committed Jul 27, 2023
1 parent dc896ca commit 3cc2ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
EXPOSE 80
Empty file added start_local.sh
Empty file.

0 comments on commit 3cc2ae9

Please sign in to comment.