cs531-f19 / discussions

Discussions board for CS 431/531 Web Server Design course
2 stars 12 forks source link

Issue in deploying Assignment 1 #44

Open kritikagarg opened 4 years ago

kritikagarg commented 4 years ago

My code is working fine when tested with the web server tester locally. However, when I deployed it on webtester online not a single test gets passed. Could you please let me know what could be done?

ibnesayeed commented 4 years ago

Your Dockerfile needs to be adjusted to ensure test files are unpacked in the document root (inside of the container). You may find my comments on #40 and #41 helpful.