Container com logs
This commit is contained in:
parent
e76f2c5e9c
commit
0fb2d868b5
|
|
@ -9,8 +9,9 @@ RUN rm requirements.txt
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
COPY rifaserver ./rifaserver
|
|
||||||
COPY start.sh .
|
COPY start.sh .
|
||||||
|
|
||||||
|
COPY rifaserver ./rifaserver
|
||||||
COPY migrations ./migrations
|
COPY migrations ./migrations
|
||||||
|
|
||||||
RUN chmod +x start.sh
|
RUN chmod +x start.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue