From 72eebb770d38cb9af152e3a2e0aac9dcea2fdc4e Mon Sep 17 00:00:00 2001
From: Allan <atribe13@gmail.com>
Date: Sat, 14 Jan 2017 21:22:24 -0700
Subject: [PATCH] Removed the volume command

---
 Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ab08f19..6e1e550 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,6 @@
 FROM python:3.3-slim
 MAINTAINER Allan Tribe <atribe13@gmail.com>
 
-VOLUME /src/config.ini
 ADD . /src
 WORKDIR /src
 
-- 
GitLab