]> Untitled Git - web-gallery.git/blobdiff - Dockerfile
Serves nested pages in a gallery
[web-gallery.git] / Dockerfile
index c3e0f8365c2ea40884dac3561df1557ddf60cada..1d580e7abf8ae74e6186c9b135769f5f04c76415 100644 (file)
@@ -13,6 +13,7 @@ WORKDIR /app
 COPY ./requirements.txt /app
 RUN pip install -r requirements.txt
 
 COPY ./requirements.txt /app
 RUN pip install -r requirements.txt
 
-COPY ./app /app
+COPY ./app/app.py    /app
+COPY ./app/templates /app
 
 CMD ["flask", "run"]
 
 CMD ["flask", "run"]