@@ -3,6 +3,8 @@ FROM python:3
ENV NAMU_PORT=3000
ENV NAMU_LANG=en-US
+ADD . /app
+
WORKDIR /app
RUN pip install -r requirements.txt