Merge branch 'advplyr:master' into scan-for-narrator

This commit is contained in:
Cassie Esposito 2022-05-21 08:07:42 -07:00 committed by GitHub
commit cbad435690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,6 @@ COPY index.js index.js
COPY package-lock.json package-lock.json
COPY package.json package.json
COPY server server
RUN npm ci --production
RUN npm ci --only=production
EXPOSE 80
CMD ["npm", "start"]