Page MenuHomeDevCentral

Dockerfile
No OneTemporary

Dockerfile

# -------------------------------------------------------------
# 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

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)

Event Timeline