initial docker detup

This commit is contained in:
Danny Avila 2023-03-06 12:49:22 -05:00
parent f5e079742a
commit ff7b016190
11 changed files with 84 additions and 14 deletions

View file

@ -1,4 +1,4 @@
FROM node:latest
FROM node:19-alpine
WORKDIR /api
# copy package.json into the container at /api
COPY package*.json /api/