Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12297584
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
690 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..71f9cbb
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,21 @@
+# -------------------------------------------------------------
+# Nasqueron - Datasources API image
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2020-02-06
+# License: BSD-2-Clause
+# -------------------------------------------------------------
+
+FROM node:13-alpine
+
+MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
+
+WORKDIR /srv/datasources
+COPY . .
+
+RUN npm install
+
+ENV NODE_ENV=production
+EXPOSE 80
+
+CMD bin/www
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Oct 22, 12:27 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3092132
Default Alt Text
(690 B)
Attached To
Mode
rAPIDS Nasqueron API datasources
Attached
Detach File
Event Timeline
Log In to Comment