Container com logs

This commit is contained in:
Clóvis Fabrício Costa 2023-06-14 17:09:06 -03:00
parent e76f2c5e9c
commit 0fb2d868b5
1 changed files with 2 additions and 1 deletions

View File

@ -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