Updated Dockerfile

This commit is contained in:
Douglas Barone 2020-11-17 14:41:14 -04:00
parent a635589b19
commit 76a276fb99
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
FROM node
WORKDIR /app
ARG DATABASE_URL=${DATABASE_URL}
COPY package*.json ./
RUN npm install

Binary file not shown.