Dockerfile

This commit is contained in:
Dave Horton
2021-12-17 13:49:59 -05:00
parent 66872494f9
commit e27b5a39a6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16
FROM node:17.0.1-slim
WORKDIR /opt/app/
COPY package.json ./
RUN npm install