比赛
This commit is contained in:
@@ -18,5 +18,8 @@ COPY . /app/
|
||||
# Expose port
|
||||
EXPOSE 8000
|
||||
|
||||
# Volume for media files
|
||||
VOLUME ["/app/media"]
|
||||
|
||||
# Run the application with gunicorn
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "config.wsgi:application"]
|
||||
|
||||
Reference in New Issue
Block a user