Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3755591
D2188.id5502.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
668 B
Referenced Files
None
Subscribers
None
D2188.id5502.diff
View Options
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
--- /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/plain
Expires
Tue, Nov 19, 16:28 (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2252596
Default Alt Text
D2188.id5502.diff (668 B)
Attached To
Mode
D2188: Publish Docker image
Attached
Detach File
Event Timeline
Log In to Comment