Skip to content

ronnievdc/daphne-issue-557

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal concept to research django/daphne#557 (comment)

Create the docker image

docker build -t daphne -f ./Dockerfile .

Run the docker image (to verify the exception: ValueError: Unknown endpoint type: 'fd')

docker run daphne

Uncomment the "COPY server.py" line in DockerFile

Create the docker image

docker build -t daphne -f ./Dockerfile .

Run the docker image (to verify the exception is gone)

docker run daphne

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published