Skip to content
Snippets Groups Projects
Commit 162efa4e authored by L4168's avatar L4168
Browse files

updated dockerfile

parent 3a247742
No related branches found
No related tags found
2 merge requests!59Development to master,!21Error handling
Pipeline #63913 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment