From 4a55da20748c612c85e876ca5bc93d6cc1a94fff Mon Sep 17 00:00:00 2001
From: Tom Downes <tpdownes@gmail.com>
Date: Wed, 12 Dec 2018 09:08:10 -0600
Subject: [PATCH] Remove calls to VOLUME

---
 Dockerfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 77826ae04..3ebda6b57 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -62,9 +62,6 @@ ENV VIRTUAL_ENV dummy
 # Expose port and run Gunicorn
 EXPOSE 8000
 
-# Volumes
-VOLUME /app/logs /app/project_data
-
 # Generate documentation
 WORKDIR /app/gracedb_project/docs/user_docs
 RUN sphinx-build -b html source build
-- 
GitLab