fixing migration for the production
This commit is contained in:
@@ -27,7 +27,8 @@ COPY . /app/
|
|||||||
|
|
||||||
# Expose the Django port
|
# Expose the Django port
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT [ "/Entrypoint.sh" ]
|
RUN chmod +x /entrypoint.sh
|
||||||
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
# Run Django’s development server
|
# Run Django’s development server
|
||||||
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
||||||
Reference in New Issue
Block a user