Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12241321
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
540 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
# -------------------------------------------------------------
# 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
Sun, Oct 12, 05:01 (6 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065031
Default Alt Text
Dockerfile (540 B)
Attached To
Mode
rAPIDS Nasqueron API datasources
Attached
Detach File
Event Timeline
Log In to Comment