Newer
Older
# Stage 0, based on Node.js
FROM node:12.16
WORKDIR /app
# Copy the package.json file first in order to cache the modules
# Stage 0, based on Node.js
FROM node:12.16
WORKDIR /app
# Copy the package.json file first in order to cache the modules