Skip to content

Commit 6dd9fc2

Browse files
committed
Change container internal socket creation
1 parent d0031ea commit 6dd9fc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ RUN pip install -r requirements.txt
88

99
COPY . .
1010

11-
RUN mkdir -p /app/asgi.sock
12-
1311
CMD ["gunicorn", "--workers", "4", "--bind", "unix:/app/asgi.sock", "config.asgi:application"]

0 commit comments

Comments
 (0)