You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/12/23 00:44:38 UTC

[incubator-superset] branch master updated: Adding missing slash (#6567)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new eff4e63  Adding missing slash (#6567)
eff4e63 is described below

commit eff4e6362c06b954004fd6a8dc0fd5e288abb6a9
Author: Karri Niemelä <ka...@gmail.com>
AuthorDate: Sun Dec 23 02:44:31 2018 +0200

    Adding missing slash (#6567)
---
 contrib/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile
index e2d27f4..9a1a313 100644
--- a/contrib/docker/Dockerfile
+++ b/contrib/docker/Dockerfile
@@ -42,7 +42,7 @@ ENV PATH=/home/superset/superset/bin:$PATH \
     PYTHONPATH=/home/superset/superset/:$PYTHONPATH
 
 RUN cd superset/assets \
-    && npm ci
+    && npm ci \
     && npm run sync-backend \
     && npm run build \
     && rm -rf node_modules