Explorar el Código

임시 제거

잉여강화기 (SPUP) hace 7 años
padre
commit
75be3d202e
Se han modificado 1 ficheros con 0 adiciones y 12 borrados
  1. 0 12
      Dockerfile

+ 0 - 12
Dockerfile

@@ -1,12 +0,0 @@
-FROM python:3.7-alpine3.9
-
-ENV NAMU_PORT=3000
-ENV NAMU_LANG=en-US
-
-ADD . /app
-
-WORKDIR /app
-
-RUN pip install -r requirements.txt
-
-CMD [ "python", "./app.py" ]