Surplus_Up (2DU) hace 7 años
padre
commit
3ef01464d6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -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