diff --git a/Dockerfile b/Dockerfile index 534d1ce..1d862f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.9-slim -WORKDIR /openguestbook +WORKDIR /OpenGuestbook RUN pip install flask flask-cors requests gunicorn