Skip to content
Snippets Groups Projects
Commit e6863b08 authored by hollum's avatar hollum
Browse files

trying to fix bug on heroku backend

parent 7e4d894c
No related branches found
No related tags found
No related merge requests found
Pipeline #162187 passed
...@@ -28,8 +28,7 @@ RUN pip install -r requirements.txt ...@@ -28,8 +28,7 @@ RUN pip install -r requirements.txt
ENV GROUPID=${GROUPID} ENV GROUPID=${GROUPID}
# Initialize Django # Initialize Django
RUN python manage.py makemigrations RUN echo HAAAAAAAAAAAAAAAALLLLLLLLLLLLLOOOOOOOOO
RUN python manage.py migrate
# Import credential variables # Import credential variables
ARG DJANGO_SUPERUSER_USERNAME ARG DJANGO_SUPERUSER_USERNAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment