Skip to content
Snippets Groups Projects

Error handling

Merged Ghost User requested to merge error-handling into Development
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -2,6 +2,7 @@ FROM node:10.15.3
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
RUN npm install -g ts-node
RUN npm ci --only=production
COPY . .
EXPOSE 5000
Loading