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