From 0fb2d868b5bdfacc8f924121bee07adc2e62d8dd Mon Sep 17 00:00:00 2001 From: nosklo Date: Wed, 14 Jun 2023 17:09:06 -0300 Subject: [PATCH] Container com logs --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c774c42..3063d49 100644 --- a/Containerfile +++ b/Containerfile @@ -9,8 +9,9 @@ RUN rm requirements.txt EXPOSE 5000 -COPY rifaserver ./rifaserver COPY start.sh . + +COPY rifaserver ./rifaserver COPY migrations ./migrations RUN chmod +x start.sh