This commit is contained in:
Görkem 2026-01-29 12:22:37 -08:00
parent 0fd165612b
commit 81c0d89ad4

View File

@ -1,6 +1,6 @@
FROM python:3.9-slim
WORKDIR /openguestbook
WORKDIR /OpenGuestbook
RUN pip install flask flask-cors requests gunicorn