Skip to content

Commit f5a4f7d

Browse files
author
Muhammad Atif
committed
updated Dockerfile
1 parent 1274d74 commit f5a4f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ COPY . /app/
2929
EXPOSE 8000
3030

3131
# Define the command to run your application
32-
CMD ["gunicorn", "wsgi:application", "--bind", "0.0.0.0:8000"]
32+
CMD ["gunicorn", "backend.wsgi:application", "--bind", "0.0.0.0:8000"]

0 commit comments

Comments
 (0)