From 981901af39e6f442878c74f68c64ebb42c619202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Szyma=C5=84ski?= Date: Fri, 7 Feb 2020 10:03:26 +0100 Subject: [PATCH] Remove volume from dev dockerfile --- Dockerfile.dev | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 0e38180d1..13567f16c 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -10,7 +10,6 @@ ARG STATIC_URL ENV API_URI http://localhost:8000/graphql/ ENV APP_MOUNT_URI /dashboard/ ENV STATIC_URL /dashboard/ -VOLUME /app EXPOSE 9000 CMD npm start -- --host 0.0.0.0