Add template

This commit is contained in:
Andros Fenollosa
2022-06-27 14:28:40 +02:00
parent 4f50295287
commit 400d0f1b9c
27 changed files with 147 additions and 256 deletions

View File

@ -23,7 +23,5 @@ COPY ./requirements.txt .
RUN pip3 install -r requirements.txt
# launcher
COPY django-launcher.dev.sh /django-launcher.dev.sh
COPY django-launcher.pro.sh /django-launcher.pro.sh
RUN chmod +x /django-launcher.dev.sh
RUN chmod +x /django-launcher.pro.sh
COPY django-launcher.sh /django-launcher.sh
RUN chmod +x /django-launcher.sh