BloodyInside commited on
Commit
bf47469
·
1 Parent(s): 780bc15
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -69,7 +69,7 @@ WORKDIR /code
69
 
70
  RUN cat /etc/profile.d/secrets.sh
71
 
72
- RUN bash -c '. /etc/profile.d/secrets.sh && \
73
  python manage.py makemigrations && \
74
  python manage.py migrate --database=default && \
75
  python manage.py migrate --database=cache && \
 
69
 
70
  RUN cat /etc/profile.d/secrets.sh
71
 
72
+ RUN bash -c 'source /etc/profile.d/secrets.sh && \
73
  python manage.py makemigrations && \
74
  python manage.py migrate --database=default && \
75
  python manage.py migrate --database=cache && \