Explorar o código

Dockerfile - Remove migrations folder

App Generator %!s(int64=5) %!d(string=hai) anos
pai
achega
f607b3c437
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -4,7 +4,6 @@ ENV FLASK_APP run.py
 
 COPY run.py gunicorn-cfg.py requirements.txt config.py .env ./
 COPY app app
-COPY migrations migrations
 
 RUN pip install -r requirements.txt