]> Nishi Git Mirror - gwion.git/commitdiff
:fire: Remove dockerfile
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 22 Feb 2020 14:27:00 +0000 (15:27 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 22 Feb 2020 14:27:00 +0000 (15:27 +0100)
Dockerfile [deleted file]

diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644 (file)
index 0a47664..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-FROM fennecdjay/base
-
-WORKDIR /tmp
-
-USER root
-COPY ./ gwion
-RUN cd gwion && make install
-
-WORKDIR /home/$NB_USER
-USER $NB_USER