Newer
Older
# Use an official Node.js runtime as a parent image
FROM node:20
# Set the working directory in the container
WORKDIR /usr/dltApp
# Copy package.json and package-lock.json
# Use an official Node.js runtime as a parent image
FROM node:20
# Set the working directory in the container
WORKDIR /usr/dltApp
# Copy package.json and package-lock.json