This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch update-gateways19-tutorial-for-testdrive
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to
refs/heads/update-gateways19-tutorial-for-testdrive by this push:
new 08b6f37 Removing no longer used Dockerfile
08b6f37 is described below
commit 08b6f3763a27a5623b127d9334300e178dc75765
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Feb 18 16:44:27 2020 -0500
Removing no longer used Dockerfile
---
scripts/docker-build/Dockerfile | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/scripts/docker-build/Dockerfile b/scripts/docker-build/Dockerfile
deleted file mode 100644
index 76640a5..0000000
--- a/scripts/docker-build/Dockerfile
+++ /dev/null
@@ -1,11 +0,0 @@
-FROM node:10-alpine
-
-RUN apk update && apk add bash
-
-VOLUME /code
-
-WORKDIR /code
-
-EXPOSE 9000
-
-CMD ["./build_js.sh"]