Added user registration
This commit is contained in:
+1
-1
@@ -15,4 +15,4 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["sh", "-c", "cd pulse && exec python3 manage.py runserver 0.0.0.0:$SERVER_PORT"]
|
||||
CMD ["sh", "-c", "cd pulse && python3 manage.py migrate && exec python3 manage.py runserver 0.0.0.0:$SERVER_PORT"]
|
||||
|
||||
Reference in New Issue
Block a user